File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,16 @@ cd layered-flask-todo-service/
28
28
2 . Build and run the app using Docker Compose:
29
29
30
30
``` bash
31
- docker- compose up
31
+ docker compose up
32
32
```
33
33
This command will build the Docker images and start the containers for the TODO App and its associated services (e.g., the database).
34
34
35
- 3 . Access the API at http://localhost:8000/api/v1/todos/ to start using the TODO App.
36
-
37
35
4 . To stop the app and remove the containers, press Ctrl+C in the terminal and then run:
38
36
39
37
``` bash
40
- docker- compose down
38
+ docker compose down
41
39
```
42
40
43
41
5 . For more information on the API endpoints and how to use them, please refer to the API documentation http://localhost:8000/api/v1/doc/ .
44
42
45
- ![ todo ] ( todo .png)
43
+ ![ todos ] ( todos .png)
You can’t perform that action at this time.
0 commit comments