Skip to content

pbdgk/inTouch

Repository files navigation

inTouch

Simple chat web application.

Progress

  • in development

Stack :

backend

  • django v.2
  • django-channels
  • django framework

frontend

  • Reactjs
  • webpack

Installation

Requires Docker and docker-compose to run
Using compose file format v.3
Check Compatibility matrix

Atention !!!

frontend part not included to docker build yet
create bundles manualy

npm install
npm start

Create docker container and compose

$ make build
$ make up

Production environment

$ not implemented yet!