Skip to content

Commit

Permalink
Created README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKumar-200 committed Oct 13, 2020
1 parent e1b4b02 commit 78a9079
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 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](https://my-chat-api.herokuapp.com)
> [Backend github](https://github.com/RohitKumar-200/my-chat-backend)
> [Deployed website](https://my-chat-289919.web.app)
> [Front-end github](https://github.com/RohitKumar-200/my-chat-frontend)
## 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-frontend
4. 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)
3. Run command
`npm install`
4. Start your server by running this command
`npm start`
5. Open your browser and open this link http://localhost:4000/

### If You liked my work, please ⭐ this repository

0 comments on commit 78a9079

Please sign in to comment.