Merge branch 'notify-api-869' into aanand-sqlalchemy-version-update

This commit is contained in:
Aditi Anand
2024-04-24 16:11:03 -04:00
298 changed files with 1544 additions and 1152 deletions

View File

@@ -14,9 +14,11 @@ bootstrap: ## Set up everything to run the app
make generate-version-file
poetry self update
poetry self add poetry-dotenv-plugin
poetry lock --no-update
poetry install --sync --no-root
poetry run pre-commit install
createdb notification_api || true
createdb test_notification_api || true
(poetry run flask db upgrade) || true
.PHONY: bootstrap-with-docker