A NodeJs backend for Admin-Client realtime chat system.
Install
$ git clone https://github.com/aman95/node-chat
$ npm install
$ npm start
Configuration This project uses a .env file for storing database and other credentials.
-
MONGO_URI : Uri of MongoDB
-
ONE_SIGNAL_AUTH: Authentication id for OneSignal account.
-
ONE_SIGNAL_APP_ID: OneSignal App id.
-
CHAT_GREET_MSG: A greet message when user connects for first time.