From a404f5a61be6c77e181c79a12d1282e6184e7984 Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Tue, 5 Jan 2021 09:39:37 -0800 Subject: [PATCH] Update READEM.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dfa336..36f36fc 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,6 @@ log in and check out their XP and assignments. 1. Go to http://localhost:5000. Or Whatever you set it to in the `.env` file. ### Accessing the Database -1. Locally this will use the knoldus db or whatever you set the DB_URI to in the `.env` file. +1. Locally this will use any db you set the DB_URI to in the `.env` file. 1. You can use MongoDB compass app to view the db and edit any information stored. +2. Or connect it to an external db by changing the DB_URI in the `.env` to your db key.