Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 499 Bytes

NODE EJS Project

  1. Node.js
  2. Express.js
  3. EJS
  4. PostgresSQL

Project Setup Guide

Follow these steps to set up the project on your local machine.

Step 1: Once cloned or copied, install the following libraries in your terminal

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

Step 2:

As you successfully install the package, make sure you have a PostgreSQL DB set up.