Setup the Project

  1. Enter npm i in the terminal of the project directory
  2. Install nodemon on your system npm i -g nodemon
  3. Run npm start to run the app
  4. The server will start running on localhost:4000.