Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 400 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 400 Bytes

expressjs-postgres-pubsub

Sample book movie tickets app. Using postgres publish-subscribe and socket.io

#Installation

##Requirement:

  • Postgresql

##Install dependencies:

Run below command at project directory

sudo npm i

##Restore sample database Restore sample database from folder db

Change database information in config/config.js

##Start application Run

node bin/www