This repository demonstrates a basic Node.js web app using Express and PostgreSQL.
- Clone the repository.
- Install dependencies with
npm install
. - Set up your PostgreSQL database and update connection details in the code.
- Run the app using
npm start
.
database name is api
and include one table called users
Enjoy the demo!