Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 404 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 404 Bytes

chat

what the app does

is a public real time chat room with many users.

what's in the config?!

DB_URL = postgres://username:password@localhost:5432/databasename JWT_KEY=secret

how to install

npm install

create your database set the config variable on config file

node install src/model/db_build.js

how to run locally

after install it run this comand

npm run watch