From edb4f79ef52188145047b08882f74097444296cf Mon Sep 17 00:00:00 2001 From: Ishwor Giri Date: Fri, 19 Jul 2024 13:51:56 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7511c41..056c9ba 100644 --- a/README.md +++ b/README.md @@ -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.