A simple flask app to manage users along with mysql service
To run the app flawlessly, satisfy the requirements
$ pip install -r requirements.txt
$ export FLASK_APP=app.py
$ export FLASk_ENV=development
$ flask run
Or run this command
$ python -m flask run