Basic Flask apps with database integration(yet to be Implemented)
Requires Python 3.6.
$ pip install -r requirements.txtAfter making sure you have python3.6 installed and all the required packages you are good to go.
$ export FLASK_APP=flask_app.py
$ flask run