email: test@gmail.com
password: test1234
email: test2@gmail.com
password: test1234
Table of Contents
- This project is a Real-time Chat web-app.
- One can chat in group conversations and if they want to chat in private, then that is also available.
This project is built with the latest MERN stack technology, Socket.io for Real-time chat handling, React for frontend, React-Redux for state managment, Express/Node for API, server and MongoDB for database, including json-webtoken for authorization.
To get a local copy up and running follow these simple steps.
The only thing required to download other dependencies is npm.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/lavlife06/Chatter.git
- Install NPM packages
npm install
in client folder - npm install
- These will download every dependencies for frontend and backend
- Set up MongoDB database
- Make a project in MongoDB
- You will get your cluster's mongoURI to use database of your project
- Enter your mongoURI in
config.js
const mongoURI = 'ENTER YOUR MongoDB URI here';
- Run
npm run dev
I believe Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Name - Lav Senghani - lavsenghani@gmail.com