Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prkbuilds/anonymous-chat-app
This is a MERN Stack Web App equipped with end-to-end encryption using CryptoJS and AES Algorithm.
https://github.com/prkbuilds/anonymous-chat-app
portfolio
Last synced: 29 days ago
JSON representation
This is a MERN Stack Web App equipped with end-to-end encryption using CryptoJS and AES Algorithm.
- Host: GitHub
- URL: https://github.com/prkbuilds/anonymous-chat-app
- Owner: prkbuilds
- Created: 2021-06-08T13:57:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T05:11:40.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T20:37:37.353Z (about 1 month ago)
- Topics: portfolio
- Language: JavaScript
- Homepage:
- Size: 666 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anonymous-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](https://user-images.githubusercontent.com/45177064/121274106-63112280-c8e7-11eb-80e0-cd1afa1d1ecf.jpeg)## Installation
Just Download the files, and run
```bash
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
```bash
cd server
npm run dev-start
```For Client, just run the following commands to run the react application
```bash
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.