A WhatsApp Web Clone Chat Application for those developers that like to use Django Channel for handling WebSocket request
cd django-whatsapp-web-clone/
python3.7 -m venv env
. env/bin/activate
pip install -r requirements
python manage.py migrate
python manage.py createsuperuser
podman run -p 6379:6379 -d redis:5
add the following variable & replace it based on your own development keys
API_KEY=YourOwnGiphYAPIKeysdfasjfdgdf
SECRET_KEY=YourOwnSecretKey71041jkfohdslflasdfjhaljdfa
python3 manage.py runserver
Need help? Open an issue in: ISSUES
Want to improve and add feature? Fork the repo, add your changes and send a pull request.