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: backend/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@
10
10
8. Set the values for the variables ```MONGODB_URL``` (should be the connection string with <db_password> replaced by the password that Sierra will give you) and ```ACCESS_TOKEN_EXPIRE_MINUTES``` (300 is fine for now)
11
11
9. Run ```python run.py```
12
12
10. Install Postman
13
-
11. Make a new tab, and send a GET request to ```http://localhost:8080/health``` and ensure that the returned result is ```{
14
-
"status": "ok",
15
-
"message": "API is running"
16
-
}```
13
+
11. Make a new tab, and send a GET request to ```http://localhost:8080/health``` and ensure that the returned result is ```{ "status": "ok", "message": "API is running" }```
17
14
12. Make a MongoDB account and get Sierra to add you to the list of users by providing you an email
15
+
13. Run ```pre-commit install```
18
16
19
17
# Software Bootcamp Onboarding
20
18
21
19
1. Checkout the API endpoints in the ```persons``` controller using Postman
22
20
2. Hit the ```/new``` endpoint to add yourself to the DB!
23
-
3. Sign into your MongoDB account or connect to MongoDB via VSCode in the browser and verify that your name appears in the collection!
21
+
3. Sign into your MongoDB account in the browser and verify that your name appears in the collection!
22
+
4. Get MongoDB VSCode extension
23
+
5. Make a new branch using git and make a new endpoint to fetch yourself
0 commit comments