/chatbackend

Primary LanguageJavaScript

Installation steps

  1. Rename the .env.sample to .env and change the dummy values
  2. Run the following commands
npm install
npm start

Deploying on server

nohup node index.js &