Skip to content

duyixian1234/fastapi-template

Repository files navigation

FastAPI Template

Prepare

pip install -r requirements.txt

Add Routes

  1. Create new python file in views
  2. Define the APIRoute object
  3. Import the object in views/__init__.py

Run

uvicorn main:app --reload

Lint

make lint

Test

make test

Cloud Studio Template

About

Python FastAPI Template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published