Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 399 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 399 Bytes

Please ensure that you perform these steps before running the code locally:

  • To switch to the necessary directory, type command "cd folderName."
  • Start the npm with 'npm init -y' to initialize it.
  • To install all the dependencies, run 'npm i express body-parser pg'.
  • Finally, launch the program by typing command "nodemon index.js," and you should be able to see the website at localhost:3000.