Skip to content

vgarcia13/django-online-chat

Repository files navigation

Real-time Django Online Chat

A simple chat project, with Django and Docker. Designed and developed by Victor H. García

Features

  • Real-time multi-browser chat room
  • Completely responsive (desktop, tablet, cellphone)

Usage

  • Just set your username to start chatting!

Requirements

The following must be installed to run this application:

  • GIT
  • Docker

Installation

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.txt to install application's required libraries
  • Run python manage.py migrate
  • Run afterwards docker-compose build at the project's root
  • Finally, run docker-compose up at the project root
  • Open http://0.0.0.0:8000/ in your browser to start chatting!

Examples of use

About

This is a web chat, designed and developed by Victor H. García

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors