Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Steps of Deployment

  1. Make sure you have node.js in your computer!
  2. Initialize your app by typing '''npm init''' in the terminal
  3. Install all the necessary npm modules (express, nodemon, body-parser)
  4. Run the app by typing '''node server.js''' or '''nodemon server.js''' if you already downloaded nodemon module