Skip to content

backwater/node_master_class_assignment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation


//// START SERVER

node index


///// SAY HELLO ( via Postman )  WITH:

http://localhost:3000/hello

http method: POST

Posting an empty or non existent post object: 

RETURNS:

{
    "'Hello' back atacha!": "Did you want to post something?"
}

Posting an object such as: 

{"HI -": "Anyone out there?"}

RETURNS: 

{
    "'Hello' back atacha! You posted this:": {
        "HI -": "Anyone out there?"
    }
}



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published