API Python Falcon avec fonctionnalités de base
pip3 install falcon
pip3 install gunicorn
gunicorn backend-api:app
Run on localhost:8000 by default
PostgreSQL connector and ORM : SQLAlchemy : sudo pip install SQLAlchemy psycopg2
graphql : Graphene
route documentation (swagger)
security auth > https://falcon.readthedocs.io/en/stable/user/quickstart.html
role management
user basic stories: login, create account, get my account, update account, delete account
admin basic stories : login, create account, get my account, update account, delete account