Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ishworgiri1999 authored Jul 19, 2024
1 parent 22ca9f2 commit edb4f79
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,24 @@ After starting the application, you can access the API at `http://localhost:8000

### Docker

building the images
```bash
docker compose build
```

To run the code within Docker, use the following command in the root directory of the project:

```bash
docker compose up
```



Add the `-d` flag to run the containers in the background: `docker compose up -d`.




### Available Routes

Currently, these routes are generated by fastapi.
Expand Down

0 comments on commit edb4f79

Please sign in to comment.