You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Once you have accepted the GitHub invite (via email or in your GitHub notificati
46
46
47
47
1. Setup two factor authentication on your account https://github.com/hackforla/governance/issues/20
48
48
49
-
These steps are manditory in order to contribute to all HackforLA projects.
49
+
These steps are mandatory in order to contribute to all HackforLA projects.
50
50
51
51
## **Part 2: How to set up the development environment**
52
52
@@ -176,7 +176,7 @@ To run all of the tests run `npm run test:all` from the root folder.
176
176
177
177
### **2.5 Using the development database**
178
178
179
-
The application uses MongoDB. We have created a shared development database using MongoDB Cloud and MongoDB Atlas. The conection string for the development database is included in the environmental variables that you pasted into your backend/.env file in step 5 of the "Get Up and Running" setion. If you completed that step successfully you should not need to do anything else.
179
+
The application uses MongoDB. We have created a shared development database using MongoDB Cloud and MongoDB Atlas. The connection string for the development database is included in the environmental variables that you pasted into your backend/.env file in step 5 of the "Get Up and Running" section. If you completed that step successfully you should not need to do anything else.
180
180
181
181
To view and edit the development database manually, you can download [MongoDB Compass](https://www.mongodb.com/try/download/compass). To connect to the development database you will use the "DATABASE_URL" from the [document](https://docs.google.com/document/d/1yDF6UmyO-MPNrl3y_Mw0mkm_WaixlSkXzWbudCzHXDY/edit?usp=sharing) that contained the environmental variables. The string will start with "mongodb+srv://".
0 commit comments