Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 445 Bytes

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.