Skip to content

RohitKumar-200/my-chat-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Chat Backend

This is a realtime chatting application, with great UI (similar to whatsapp).
This repository includes only back-end part of my-chat application.

Links

Backend deployed on heroku
Backend github
Deployed website
Front-end github

Tech Stack

  • Node.js
  • Express.js
  • Pusher
  • MongoDB / Mongoose

Setting up locally

  1. Clone this repository
    git clone https://github.com/RohitKumar-200/my-chat-backend.git
  2. cd to my-chat-backend
  3. 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)

  4. Run command
    npm install
  5. Start your server by running this command
    npm start
  6. Open your browser and open this link http://localhost:4000/

If You liked my work, please ⭐ this repository

About

Frontend app for my-chat, A realtime chatting application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published