Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 361 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 361 Bytes

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