Skeleton project structure that can be used for any backend project involving FastAPI and relational database ORM (sqlalchemy, peewee, etc.)
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.