From 2768c1bb54b0d4c798ea1ff71d27915fbd867261 Mon Sep 17 00:00:00 2001 From: adwait2001 <61514605+adwait2001@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:36:13 +0530 Subject: [PATCH] Improve Docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1857069..d4f561c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ npm install && npm run client-install // Run client & server with concurrently npm run dev +//run mongo-db drivers locally +Users/mongodb/bin/mongod.exe --dbpath=/Users/MongoDB-data + // Server runs on http://localhost:5000 and client on http://localhost:3000 ```