Skip to content

fabianferno/flask-rest-api-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages