chxmxii / ChatBox

A simple ChatBox created with Django, uses MongoDB, Containerized with an Nginx reverse proxy to provide HTTPS support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatBox

A simple messenger WebApp made with Django. It includes :

  • Registration
  • Login
  • Chat UI Storage solution: MongoDB

Installation

  1. Install python3, django
  2. Install mongoDB
  3. Clone repo

Usage

Open terminal under the repo. $ python manage.py runserver

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

This project has been developped by chxmxii, [REDACTED] and myself(M0D4S).

License

this project is under GPLv3.

About

A simple ChatBox created with Django, uses MongoDB, Containerized with an Nginx reverse proxy to provide HTTPS support.


Languages

Language:Python 46.6%Language:HTML 31.1%Language:JavaScript 16.0%Language:CSS 5.7%Language:Dockerfile 0.7%