A simple chat project, with Django and Docker. Designed and developed by Victor H. García
- Real-time multi-browser chat room
- Completely responsive (desktop, tablet, cellphone)
- Just set your username to start chatting!
The following must be installed to run this application:
- GIT
- Docker
To use this project, follow these steps:
- Create your working environment (
virtualenv or pipenv) with Python 3.6 and above - Start your virtual environment with
source venv/bin/activate - Clone the repository
$ git clone https://github.com/vgarcia13/django-online-chat.git`
- Inside project's folder, run
pip install -r requirements.txtto install application's required libraries - Run
python manage.py migrate - Run afterwards
docker-compose buildat the project's root - Finally, run
docker-compose upat the project root - Open http://0.0.0.0:8000/ in your browser to start chatting!