Skip to content

Starting project of Node.js, Express.js, and connect PostgreSQL database to retriev data for disply

Notifications You must be signed in to change notification settings

harryzhux/DBData-PostgresNodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBData-PostgresNodeJS

Starting project of Node.js, Express.js, and connect PostgreSQL database to retriev data for disply

How to run:

Install PostgreSQL database if not already and create a table user(id, name) and load some data. Modify the database connection configuration in routes/users.js as appropriate.

  % npm install
  % npm start

and point your browser to http://localhost:3000/users

About

Starting project of Node.js, Express.js, and connect PostgreSQL database to retriev data for disply

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published