Author tronze
Project for practicing popular Flask project architecture.
- Flask
- SQLAlchemy
- Alembic
- Flask WTF
Make Project with most used architecture for small or large web application project.
Control database with ORM through SQLAlchemny.
Make migration to control database schema variation.
Authenticate user with JWT
Control user access and activity in application using permission.
Deploy project with WSGI+Nginx, and wrap into container.
Work on CSRF Protection