Skip to content

Commit d4aa37b

Browse files
author
Maximilian Schwarzmüller
committed
removed nodemon.json and changed readme
1 parent 6db9f14 commit d4aa37b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.MD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@ This repository accompanies my YouTube video series on building a RESTful API wi
33

44
## Usage
55
Check out the branch you're interested in (i.e. which belongs to the video in my series you just watched), ```git clone``` it and thereafter run ```npm install```.
6+
7+
Make sure to also add your Mongo Atlas Admin Username to a nodemon.json file (which you have to create).
8+
9+
```
10+
{
11+
"env": {
12+
"MONGO_ATLAS_PW": "YOUR_MONGO_USER_PW"
13+
}
14+
}
15+
```

0 commit comments

Comments
 (0)