Skip to content

senavs/flask-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-API

Complete Flask base architecture for WEB REST projects.
Plug and Play base architecture.

Features

  • Flask
  • Database (SQL-Alchemy ORM)
  • API errors handlers
  • Cross-origin resource sharing
  • Swagger UI (from scratch)
  • Request validation and parser
  • API Signals
  • Logs
  • Prometheus monitoring
  • Unittest
  • API pip package
  • PEP8