Skip to content

liqiujiong/fastapi-sql-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton project structure that can be used for any backend project involving FastAPI and relational database ORM (sqlalchemy, peewee, etc.)

How to use it

Go to the directory where you want to create your project and run:

pip install cookiecutter
cookiecutter https://github.com/shreyansh96/fastapi-sql-skeleton

Give a name to your project!

Start Coding! That's it!!!

Reach out to me for any suggestions or features.

About

Skeleton cookiecutter based structure for easily creating base structure for fastapi and database projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%