Skip to content

Commit cc63d85

Browse files
committed
doc: updating documentation
1 parent 06d83f0 commit cc63d85

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,16 @@ cd layered-flask-todo-service/
2828
2. Build and run the app using Docker Compose:
2929

3030
```bash
31-
docker-compose up
31+
docker compose up
3232
```
3333
This command will build the Docker images and start the containers for the TODO App and its associated services (e.g., the database).
3434

35-
3. Access the API at http://localhost:8000/api/v1/todos/ to start using the TODO App.
36-
3735
4. To stop the app and remove the containers, press Ctrl+C in the terminal and then run:
3836

3937
```bash
40-
docker-compose down
38+
docker compose down
4139
```
4240

4341
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/.
4442

45-
![todo](todo.png)
43+
![todos](todos.png)

todo.png

-67 KB
Binary file not shown.

todos.png

64.2 KB
Loading

0 commit comments

Comments
 (0)