Skip to content

palacima/node-express-postgres-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Demo

This project demos node and express paired with postgres to create a very simple database of star wars characters and where they have traveled.

Launch psql to make a user for Node
In psql run

CREATE USER node_user WITH SUPERUSER PASSWORD 'test';
SELECT * FROM pg_user; # verify user was created

RUN chmod 700 ./bin/configdb

npm install
npm run config
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published