- Node.js
- Express.js
- EJS
- PostgresSQL
Follow these steps to set up the project on your local machine.
Make sure you're using one of the latest Node.js version (above 20.17)
npm init -y
npm install pg express body-parser
npm install nodemon # Optional
As you successfully install the package, make sure you have a PostgreSQL DB set up.