dockerを用いてFastAPIを使用したプロジェクトを構築するときのためのテンプレートリポジトリ
- change the URL written in the package.json
- create fastapi.env with reference to fastapi.env.tmpl
- create postgres.env with reference to postgres.env.tmpl
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- change this README.md