Flask Python Restful API - MySQL Boilerplate
pip install -r requirements.txt - Create .env file at root
- Refer the .env.sample and setup environment variables in that file.
- Write your APIs inside the routes directory
- Import the endpoints in app.py
flask runHappy coding