Heroku CLI must be installed to continue these steps
- Go into project folder
- Hit git init to initialize.
- Hit git add . to add all files to GIT.
- Hit git commit -m "add project".
- Hit heroku create ap_name to create a new app. If heroku asks login details, give them.
- Hit git push heroku master.
GET ALL USERS https://ex-rest-api.herokuapp.com/api/users
GET SINGLE USER https://ex-rest-api.herokuapp.com/api/users/id
POST ADD USER https://ex-rest-api.herokuapp.com/api/users
POST UPDATE USER https://ex-rest-api.herokuapp.com/api/users/update/id
POST DELETE USER https://ex-rest-api.herokuapp.com/api/users/delete/id