This is a realtime chatting application, with great UI (similar to whatsapp).
This repository includes only back-end part of my-chat application.
Backend deployed on heroku
Backend github
Deployed website
Front-end github
- Node.js
- Express.js
- Pusher
- MongoDB / Mongoose
- Clone this repository
git clone https://github.com/RohitKumar-200/my-chat-backend.git
- cd to my-chat-backend
- create .env file and add following into it
DB_CONNECTION=(Your mongoDB connection url)
PUSHER_appId=(Pusher app Id)
PUSHER_key=(Pusher Key)
PUSHER_secret=(Pusher secret) - Run command
npm install
- Start your server by running this command
npm start
- Open your browser and open this link http://localhost:4000/