fastapicli

easy tool for fastapi peewee jwt

MIT License

Downloads
58
Stars
2
Committers
1

fastapicli

easy tool for fastapi peewee jwt

How to init project

fastapi_init.py projectname

How to create api and logic in project

cd {projectname}/app
fastapi_api.py -m Project -n Label 

erDiagram
    User ||..|{ Question:"has many"
    Question }|..|{ Replier: "has many"
    User ||..|{ Knowledge: "has many"
    Question ||..|| Order: "many has"
    Order ||..|| Custom: " has one"
Package Rankings
Top 24.36% on Pypi.org
Related Projects