Skip to content

gsc2001/fastapi-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI starter app

Basic app for fastAPI

Inspired by FastAPI Starter app

Installation

Create a venv then install

$ pip install -r requirements.txt

Development

Update dependencies by

pip-compile requiremets.in > requirements.txt
pip-sync # OR pip install -r requirements.txt

About

Dockerized fastapi template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published