We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e771d commit aa25eafCopy full SHA for aa25eaf
README.md
@@ -20,6 +20,8 @@ pip install cookiecutter
20
cookiecutter https://github.com/rafsaf/minimal-fastapi-postgres-template
21
22
cd project_name
23
+# Poetry install (and activate environment!)
24
+poetry install
25
# Databases
26
docker-compose up -d
27
# Alembic migrations upgrade and initial_data.py script
0 commit comments