Skip to content

comger/fastapicli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
Loading

About

easy tool for fastapi peewee jwt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published