Skip to content

Building Simple Node.js Express App with PostgreSQL using the pg Package: A Simple Demonstration

Notifications You must be signed in to change notification settings

m7moudGadallah/simple-demo-nodejs-express-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Demo Nodejs Express Postgres

This repository demonstrates a basic Node.js web app using Express and PostgreSQL.

Usage

  1. Clone the repository.
  2. Install dependencies with npm install.
  3. Set up your PostgreSQL database and update connection details in the code.
  4. Run the app using npm start.

Database

database name is api and include one table called users db

Enjoy the demo!

About

Building Simple Node.js Express App with PostgreSQL using the pg Package: A Simple Demonstration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published