REST API for mobile application or web using Python and Flask framework with MySQL.
You need to have install python3.x and MySQL
To install denpendencies enter project folder and run:
pip install -r requirements.txt
or
pip3 install -r requirements.txt
When you clone the project, the root of your project will contain a config.py.example
file.You need to rename it to config.py
, and fill your own configuration.
To run the project use following command:
python run.py
or
python3 run.py
See it in the requirements.txt
Thanks for @Leo-G who created the scaffold.
Updated by: