Skip to content

Commit

Permalink
Update Readme with commands to start the database server.
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Feb 6, 2024
1 parent 2d5ad13 commit 4da8946
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/charterafrica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ For more, see NextJS env var docs [here](https://nextjs.org/docs/basic-features/
## Database setup

Generate a new MongoDB keyfile by running the following command:
NB: Run this command on the root directory

```bash
make mongodb-keyfile
```

Start the database server:
NB: Run this command on the root directory

```bash
make mongodb
Expand Down

0 comments on commit 4da8946

Please sign in to comment.