A simple messenger WebApp made with Django. It includes :
- Registration
- Login
- Chat UI
Storage solution: MongoDB
- Install Docker and docker-compose
- Clone repo
Open terminal under the repo directory.
$ docker-compose up -d
- 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.