Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 339 Bytes

File metadata and controls

12 lines (11 loc) · 339 Bytes

CURRENT-STAGE

Create folder '/server' Populate this files with a basic node.js server, must output in console Hello World! Server listen on port: 2020 Create route what respond on empty GET to /apiversion Result must be Json

{
  "api":"CodeCareer Hacktoberfest Api v2020",
  "status":"Server listen on port: 2020"
}