Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 428 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 428 Bytes

flask-rest-api-boilerplate

Flask Python Restful API - MySQL Boilerplate

Install dependencies

pip install -r requirements.txt 

Setup Environment Variables

  • Create .env file at root
  • Refer the .env.sample and setup environment variables in that file.

API Endpoints

  • Write your APIs inside the routes directory
  • Import the endpoints in app.py

Deploy your backend

flask run

Happy coding