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