Skip to content

youngeek-0410/fastapi-template

Repository files navigation

FastAPI Template

dockerを用いてFastAPIを使用したプロジェクトを構築するときのためのテンプレートリポジトリ

Usage

  1. change the URL written in the package.json
  2. create fastapi.env with reference to fastapi.env.tmpl
  3. create postgres.env with reference to postgres.env.tmpl
  4. python -m venv venv
  5. source venv/bin/activate
  6. pip install -r requirements.txt
  7. change this README.md

About

FastAPI template repository using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published