We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7393bf commit 8ef6266Copy full SHA for 8ef6266
README.md
@@ -6,7 +6,7 @@
6
7
### To run the application in a docker container, run the command
8
9
-`docker-compose up -d` or `make docker`
+`docker-compose up -d`
10
11
### To run the application without a docker container, complete follow these steps
12
@@ -15,8 +15,8 @@
15
`poetry install` or `pip install -r requirements.txt`
16
2. Run application.
17
18
- `python3 -m app` or `make run`
+ `poetry run fastapi dev app` or `make dev`
19
20
### Make documentation
21
22
-`make help`make generate` - Генерирует новую миграцию с помощью alembic.
+`make help`
0 commit comments