Skip to content

robertschaedler3/SSW-345

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

SSW-345

Stevens Institute of Technology SSW 345 (Modeling and Simulation)

Homework 4

POST /share

Sends a json object to the server and replies with a link where the object can be retrieved.

body

    ...some json object you want to store

response

{
    "success": true,
    "link":"http://localhost:3000/<uid>"
}

GET /share/:id

Retrieves and deletes a previously sent json object by its unique id.

response

    ...some json object you previously stored

About

Stevens Institute of Technology SSW 345 (Modeling and Simulation)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published