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
aes-256 mern-stack nodejs portfolio reactjs socket-io web-app
Last synced: 2 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T05:11:40.000Z (over 4 years ago)
- Last Synced: 2025-01-25T05:44:14.770Z (over 1 year ago)
- Topics: aes-256, mern-stack, nodejs, portfolio, reactjs, socket-io, web-app
- 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

## 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.