/flask-rest-api-boilerplate

Flask - MySQL RestAPI Boilerplate. Get started with Flask in just 1 minute. Sample routes and views included.

Primary LanguagePython

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