Replace <username> and <password> with your username and password (do not include `<>`) - if you forgot your password, go ahead and make a new one
Replace <username>, <password> and <dbname> with your username and password and dbname (do not include `<>`) - if you forgot your password, go ahead and make a new one
Note, you can update this URL at any time, so if you choose a different cluster/database later, it will not be a problem.
@ -155,7 +155,7 @@ Be very careful to maintain proper JSON (double quotes, all commas correct etc.
- `git commit -m 'first heroku push'`
- `git push origin master`
- `git push heroku master`
- `heroku open` => go to the browser - check that the app is working (will most likely see just an empty array)
- `heroku open` => will not work yet, you must set up your MongoDB Atlas configurition on Heroku
#### Heroku Dashboard
@ -170,6 +170,10 @@ You must add your mongodDB connection string to your app

##### Now try in terminal:
`heroku open` => go to the browser - check that the app is working (will most likely see just an empty array)
## To Dos (Customize this App to make it your own)
### Server.js
@ -209,4 +213,4 @@ There are 4 todos - be sure to update each one