A simple messenger WebApp made with Django. It includes :
- Registration
- Login
- Chat UI Storage solution: MongoDB
- Install python3, django
- Install mongoDB
- Clone repo
Open terminal under the repo.
$ python manage.py runserver
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This project has been developped by chxmxii, [REDACTED] and myself(M0D4S).
this project is under GPLv3.