Skip to content

alexNMD/flask-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruff Checked with mypy Python

Flask Boilerplate

included features:

  • SQL Alchemy
  • JWT Authentification
  • Marshmallow Schema
  • Testing (w/ pytest)
  • OpenAPI documentation
  • Linter (ruff & mypy)
  • Basic login strategy

configurations template:

  • pyproject
  • docker
  • ruff
  • mypy

Setup App

python3 -m venv venv
source venv/bin/activate
pip install -e ".[dev]"
cp example.env .env
# Edit the .env file to update environment variables as needed

# Run App
flask --app project_api run

About

Easy setup for Flask API application (included SQLAlchemy, JWT Auth, Marshmallow Schema and more !)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors