Skip to content

FastAPI 프로젝트 시작을 위한 보일러플레이트

Notifications You must be signed in to change notification settings

ryan-ahn/boilerplate-fastapi-starter

Repository files navigation

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

About

FastAPI 프로젝트 시작을 위한 보일러플레이트

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published