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.