Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 898 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 898 Bytes

Chat-App

This is a MERN Stack Web App equipped with end-to-end encryption using CryptoJS and AES Algorithm.

Screenshots

WhatsApp Image 2021-06-08 at 11 01 58 PM

Installation

Just Download the files, and run

cd client
npm i
cd ../server
npm i

for installation of all packages in both server and client folders.

Usage

For Server, create a .env file and store all the environmental vairiables. Then run the following commands

cd server
npm run dev-start

For Client, just run the following commands to run the react application

cd client
npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.