Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ketanmehra003/letschat

Lets Chat is chat application build with the power of MERN Stack.
https://github.com/ketanmehra003/letschat

chat-application expressjs mongodb nodejs reactjs yarn

Last synced: about 22 hours ago
JSON representation

Lets Chat is chat application build with the power of MERN Stack.

Awesome Lists containing this project

README

        

# Lets Chat - Chat Application
Lets Chat is chat application build with the power of MERN Stack.

## Installation Guide

### Requirements
- [Nodejs](https://nodejs.org/en/download)
- [Mongodb](https://www.mongodb.com/docs/manual/administration/install-community/)

Both should be installed and make sure mongodb is running.
### Installation

#### First Method
```shell
git clone https://github.com/ketanmehra003/letschat.git
cd LetsChat
```
Create .env
```shell
cd public
nano .env
cd ..
cd server
nano .env
cd ..
```

Now install the dependencies
```shell
cd server
yarn
cd ..
cd public
yarn
```
We are almost done, Now just start the development server.

For Frontend.
```shell
cd public
yarn start
```
For Backend.

Open another terminal in folder, Also make sure mongodb is running in background.
```shell
cd server
yarn start
```
Done! Now open localhost:3000 in your browser.

now open localhost:3000 in your browser.