Skip to content

FACG4/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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