Install Flask libs
$ pip install -r requirements.txtThe variable environment settings are located /.env or /app/config.py file.
To run, run the following command
$ flask db upgrade $ python main.pyDocumentation path: http://{HOST}:{PORT}/swagger-ui