https://dashboard.heroku.com/apps/bkasprzyk-server-deploy-dev
https://dashboard.heroku.com/apps/bkasprzyk-server-deploy-prod
https://github.com/bkasprzyk19/server-deployment-practice/actions
https://github.com/bkasprzyk19/server-deployment-practice/blob/dev/README.md
- HTTP GET
https://bkasprzyk-server-deploy-prod.herokuapp.com/repeat
-
Path: /repeat
- responds with the last string used in post route
/talk.
- responds with the last string used in post route
-
HTTP POST
https://bkasprzyk-server-deploy-prod.herokuapp.com/talk
- Path: /talk
- Accepts a string.
- responds with a string in all caps.