Update READEM.md

This commit is contained in:
SowinskiBraeden committed 2021-01-05 09:39:37 -08:00
1 parent d3637d2013
commit a404f5a61b
1 file changed
+2 -1
+2 -1
View File
@@ -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. 1. Go to http://localhost:5000. Or Whatever you set it to in the `.env` file.
### Accessing the Database ### 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. 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.