Note that this Flask app is designed to work with MySql servers.
- Clone this project and install dependencies.
- Edit the MySql settings at the top of main.py to connect to your MySql server
- Open and navigate a terminal window to the directory of the project
- Set FLASK_EXPORT to 'main.py'.
- Execute 'flask run' in the same terminal window.
Communicate with the backend by posting through the routes implemented in main.py. All routes accept a JSON object and return a JSON object with field "status" which is True when the request executes successfully and "False" when the request fails.