Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Feb 2, 2024
1 parent 36e5107 commit 80b06f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Follow these steps:
**Frontend Environment Configuration**

1. Navigate to the `frontend` directory.

```
cd frontend
```
Expand All @@ -35,6 +36,7 @@ Follow these steps:
**Backend Environment Configuration**

1. Navigate to the `backend` directory.

```
cd backend
```
Expand All @@ -47,18 +49,21 @@ 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
npm run start:dev
```
3. Run the Frontend application:
```
cd frontend
npm install
Expand Down

0 comments on commit 80b06f8

Please sign in to comment.