Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ketanmehra003/letschat
- Owner: ketanmehra003
- Created: 2024-11-23T12:45:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T13:14:18.000Z (3 months ago)
- Last Synced: 2024-12-18T12:16:32.477Z (about 2 months ago)
- Topics: chat-application, expressjs, mongodb, nodejs, reactjs, yarn
- Language: JavaScript
- Homepage: https://zingy-liger-8191a4.netlify.app
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.