Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1015 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 1015 Bytes

Ryan's FastAPI Starter

Author License Last Commit

Setting Stack

  • Language : Python
  • Framework : FastAPI
  • Database : MySql, MongoDB
  • ORM, ODM : Prisma, Mongoose

Project Start

  1. Installation
$ git clone https://github.com/ryan-ahn/boilerplate-fastapi-starter.git
$ cd boilerplate-fastapi-starter
  1. Run Project
$ uvicorn application:app --reload

Code Structure

 ⎣ 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