Complete Flask base architecture for WEB REST projects.
Plug and Play base architecture.
- 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