/fastapi-sql-skeleton

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

Primary LanguagePythonMIT LicenseMIT

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.