Agyavart is a Django based PWA which helps user to send secret message to someone. It also provides realtime chat, audio and video calling facility thorugh web RTC. It has facility to send push notification to the user when some important event occur.
- Easy steps for registration and login.
- Work on all the desktop and mobile platform.
- App available for all the leading platform.
- Let user send secret message to someone. The receiver of the message does not get the identity of the sender.
- Realtime chatting with anyone.
- Audio and Video Calling at good quality.
- Notification of every message received, chat message received, audio and video call.
- 500 kb apk, does not take much space on the phone.
- Easy, clean and attractive user interface, transition and animation.
- Hashing of all important text before saving in database.
- Easy steps to delete account and all related data within 5 minutes.
-
Pre-requisites :
- Python 3.x Installed. Get it from here -> https://www.python.org/downloads/
-
Installation : From the root of the project run the following command -
pip install -r requirements.txt
From the root of the product run the following commands -
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Rajat Shrivastava |
Priyanshu Ranjan |
Made with ❤️ by Rajat Shrivastava