Skip to content

matt-hoiland/cs360-lab8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs360-lab8

Hosting

This server is currently hosted at http://ec2-52-26-12-151.us-west-2.compute.amazonaws.com:3006/

Rest Services provided

POST /comment

Format:

{
  "Name": string,
  "Comment": string
}

Stores the given comment in the mongo database

GET /comment

Response format:

[
  {
    __v: number,
    Name: string,
    Comment: string,
    _id: hex_number
  },
  ...
]

Creative Part: GET /comment?name=

By add a name parameter to the GET request on the /comment route, the server will respond with comments only given by the particular name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published