Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 529 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 529 Bytes

flask-boilerplate

Example of how a simple CRUD could be implemented using flask with an extensible and clean project structure.

Most of the examples that I found on the internet were too toyish , having this example would have helped me when I was starting.

Disclaimers

Productive usage

This example is not production ready. You should add and application server like Gunicorn or uWSGI in order to do so.

Tests

There are only basic interface tests. Unit tests should be added to any core component.