Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 190 Bytes

File metadata and controls

16 lines (11 loc) · 190 Bytes

Hello REST World in node.js

Remember to start by:

  • npm init
  • private:true // if non-public intended
  • .gitignore
    #To run use 
    $ npm i
    $ npm start

Thanks!