Backend for the order applications, does all the processing for all the applications ran.
Application built in pure Python, acts as an REST API.
Made with Flask and several extensions and uses JWT to authenticate
Looking in the flaskr folder, the init file is the file to run.
It is however recommended to run the application through flask itself.
You can run the app on Linux by executing
/usr/bin/python3 -m flask run -h 0.0.0.0 -p 8000
Docker support will soon be available.
The roadmap can be found right here
Vision for the project is quite simple.
Configuration is accessible here, rename the file to config.json
on finish.
Extended explanation will be provided soon.
Will be provided soon.
Currently, the application only supports local SQLite3 databases.
Extended support for different database structures will be added later.