Skip to content

Commit

Permalink
readme | how to Populate the product database
Browse files Browse the repository at this point in the history
  • Loading branch information
thesohailjafri committed Oct 11, 2023
1 parent 3cacb30 commit 5c022b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Existing_API_Collection/ProductStoreAPI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ MONGO_URI = <YOUR_MONGODB_CONNECTION_STRING>
PORT = <YOUR_DESIRED_PORT_NUMBER>
```

- Populate the database by running the following command in the terminal

```bash
node populate.js
```

- Run the following command in the terminal

```bash
Expand Down

0 comments on commit 5c022b0

Please sign in to comment.