- Language : Python
- Framework : FastAPI
- Database : MySql, MongoDB
- ORM, ODM : Prisma, Mongoose
- Installation
$ git clone https://github.com/ryan-ahn/boilerplate-fastapi-starter.git
$ cd boilerplate-fastapi-starter
- Run Project
$ uvicorn application:app --reload
⎣ core - configuration
⎣ controllers - error handling, business logic controls
⎣ constants - static resource
⎣ dependency - dependencies
⎣ database - schema, query
⎣ routes - routes
⎣ services - service logic controls
⎣ utils - connector, handler, helper