From 4da89460c523e2d09e0dc151c878488d96622172 Mon Sep 17 00:00:00 2001 From: Kevin Koech Date: Tue, 6 Feb 2024 14:58:35 +0300 Subject: [PATCH] Update Readme with commands to start the database server. --- apps/charterafrica/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/charterafrica/README.md b/apps/charterafrica/README.md index 47a48c600..08931369b 100644 --- a/apps/charterafrica/README.md +++ b/apps/charterafrica/README.md @@ -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