Skip to content

rebecamurillo/py-falcon-api-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend-api

API Python Falcon avec fonctionnalités de base

installation

pip3 install falcon

pip3 install gunicorn

Run api

gunicorn backend-api:app

Run on localhost:8000 by default

TODO list install

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

About

API Python Falcon avec fonctionnalités de base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages