Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 344 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 344 Bytes

nodejs-assignments

master in node js organised by pirple (homework assignments)

Assignment #1
This is a "Hello World API". Now only one route available "/home" i.e localhost:3000/home will return the below json with status 200
{ message: 'This is a Hello World API, Welcome to the Homework Assignment #1' }