Real Time chat application using web sockets. Originally created by Brad Traversy and extended by Bill Jellesma.
- Install all dependencies with
npm install
- 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
- Run
npm run server
to start the server on port 3000
In order to add to the server, please check out