Skip to content

bkasprzyk19/server-deployment-practice

Repository files navigation

server-deployment-practice

Express Server

Installation

Summary of Problem Domain

Links to application deployment

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

Include embedded UML

Talk about your routes

Routes

  • HTTP GET

https://bkasprzyk-server-deploy-prod.herokuapp.com/repeat

  • Path: /repeat

    • responds with the last string used in post route /talk.
  • HTTP POST

https://bkasprzyk-server-deploy-prod.herokuapp.com/talk

  • Path: /talk
    • Accepts a string.
    • responds with a string in all caps.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors