From 80b06f868525ed9c1bb86313a7a9669ca8e0f8f2 Mon Sep 17 00:00:00 2001 From: devleejb Date: Fri, 2 Feb 2024 17:14:06 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b7bb958..abc34dd1 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Follow these steps: **Frontend Environment Configuration** 1. Navigate to the `frontend` directory. + ``` cd frontend ``` @@ -35,6 +36,7 @@ Follow these steps: **Backend Environment Configuration** 1. Navigate to the `backend` directory. + ``` cd backend ``` @@ -47,11 +49,13 @@ Follow these steps: ### Run Application 1. Run the Dockerfile for MongoDB, the database used by CodePair: + ``` docker-compose up -f ./backend/docker/mongodb_replica/docker-compose.yml -d ``` 2. Run the Backend application: + ``` cd backend npm install @@ -59,6 +63,7 @@ Follow these steps: ``` 3. Run the Frontend application: + ``` cd frontend npm install