ForceBalance Manager
ForceBalance Manager is a web application with a static frontend written in Javascript and a backend powered by Python Flask.
To run the program, you need Python 3.6 or above. Anaconda is recommended.
First install ForceBalance https://github.com/leeping/forcebalance
Then install dependencies:
pip install flask flask-socketio
To start the web app server:
python run.py
This will start up the backend server.
A production version of frontend webpage can be loaded from https://lpwgroup.github.io/forcebalance-manager
Frontend developement guide can be found in the frontend/ folder.
Backend development is done in the backend/ folder.