Skip to content

Homework Assignments in Node.js Master Class, Pirple

Notifications You must be signed in to change notification settings

solveig/NodeHomework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeHomework

Homework Assignments in Node.js Master Class, Pirple

Homework Assignment #1 Building a RESTful API

Description

A RESTful JSON API that listens on a port of your choice and when someone post anything to the route/hello, you return a welcome mesage in JSON format.

Testing

Start server in terminal: node index.js ->

Test1:

http://localhost:3000/hello Result 1 ->

Test2:

http://localhost:3000/x Result 2 ->

About

Homework Assignments in Node.js Master Class, Pirple

Resources

Stars

Watchers

Forks

Packages

No packages published