Skip to content

Commit

Permalink
Merge pull request idurar#888 from abancp/dev
Browse files Browse the repository at this point in the history
Updated README.md  ,  cd backend cammand provided
  • Loading branch information
salahlalami authored Dec 22, 2023
2 parents bf542b0 + eed2dd4 commit 6e6e935
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@ Replace "your-mongodb-uri" with the actual URI of your MongoDB database.

#### Step 5: Install Backend Dependencies

In your terminal, navigate to the /backend directory of the project and run the following command to install the backend dependencies:
In your terminal, navigate to the /backend directory
```bash
cd backend
```

the urn the following command to install the backend dependencies:

```bash
npm install
Expand Down

0 comments on commit 6e6e935

Please sign in to comment.