Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 414 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 414 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