Skip to content

pattarai/caliditas-v2

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages