Note: This project is very much work in progress and not safe for production.
A Spring Boot backend for use with BX-bot UI. It proxies configuration updates and commands from BX-bot UI to BX-bots running in the cloud.
- BX-bot UI - an admin interface for sending configuration updates and commands to BX-bots running in the cloud. It consumes BX-bot UI Server's REST API.
- BX-bot UI Server - provides a secured REST API for BX-bot UI to consume - it uses JWT to authenticate the user. It proxies the configuration updates and commands to the BX-bots.
- BX-bot - n - a BX-bot instance running in the cloud. Each bot integrates with 1 Exchange and provides a secured REST API for BX-bot UI Server to consume.
This app was made possible thanks to the following:
- An excellent sample app demonstrating JWT Authentication with Spring Boot by Stephan Zerhusen.