- Add Emoji
- Improve Login / Register UI
- Send Images
Table of Contents
-It has basic functionality like Register/login, forgot password, update profile.
-Search other users, Send friend request to them.
-Send images and other media files.
-Typing Indicator, Server side message encryption
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Fork, then download or clone the repo.
git clone https://github.com/harshil-270/ChatApp.git
For the back-end, go to home folder and install the dependencies once via the terminal.
npm install
If you want to configure the front-end, go to frontend folder via the terminal.
cd frontend
Install the dependencies required by React once.
npm install
Now create .env file and fill all the details.
MONGO_URI =
JWT_SECRET =
MESSAGE_KEY = PUT_MESSGAE_ENCRYPTION_KEY_HERE
GMAIL_USER =
GMAIL_PASS =
AWS_ACCESS_KEY_ID =
AWS_SECRET_ACCESS_KEY =
AWS_REGION =
AWS_BUCKET_NAME =
Now you are ready to run the server and frontend.
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
Harshil Tagadiya - @Harshil Tagadiya - harshiltagadiya@gmail.com
Project Link: https://github.com/harshil-270/ChatApp