Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 535 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 535 Bytes

ChatCord App

Real Time chat application using web sockets. Originally created by Brad Traversy and extended by Bill Jellesma.

Development

  1. Install all dependencies with npm install
  2. Create a .env file in the root directory of this application with the following variables:
DB_HOST
DB_PORT
DB_NAME
DB_USER
DB_PASSWORD
JWT_SECRET
  1. Run npm run server to start the server on port 3000

Contributing

In order to add to the server, please check out