This is an empty Flask app, using Blueprints, SQLAlchemy
.
├── config.py
├── app
│ ├── __init__.py
│ └── user├── user.py
│ └── __init__.py
│ └── model.py
│
├── requirements.txt
└── run.py
Install python version 2.7 or 3
Clone project from Git:
https://github.com/hameddhib/empty-flask-app-master.git
Navigate to flask folder:
cd empty-flask-app-master
Install requirements:
pip install -r requirements.txt
To start develoment server, run:
python ./run.py
Navigate to:
http://localhost:5000/user