Add TODOs

This commit is contained in:
Vladyslav Fedoriuk 2023-08-21 09:07:56 +02:00
parent f626319989
commit 9fc2af588f
3 changed files with 3 additions and 1 deletions

View File

@ -68,3 +68,4 @@ init-test-dev: install-test-dev # Install the app locally with test and dev depe
.DEFAULT_GOAL := init-test-dev # Set the default goal to init-dev-test
#TODO: Add more commands: migrations, frontend, etc.

View File

@ -22,3 +22,4 @@ pyenv virtualenv 3.11.4 awesome-fastapi-projects
```shell
pyenv local awesome-fastapi-projects
```
#TODO: Add more documentation: migrations, front, tests

View File

@ -1,5 +1,5 @@
# A generic, single database configuration.
# TODO: Adjust the settings
[alembic]
# path to migration scripts
script_location = migrations