Skip to content
forked from artrey/web-chat

Simple web chat with sections and threads

Notifications You must be signed in to change notification settings

Dmistass/web-chat

 
 

Repository files navigation

Web chat

web-chat

Python Django Django REST Framework PostgreSQL gunicorn GitHub%20Actions Heroku

Usage

Preparing phase

  1. Make .env with desired variables (optional)

  2. Run the commands:

pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Developing

pip install -r requirements-dev.txt

About

Simple web chat with sections and threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.9%
  • HTML 24.3%
  • CSS 11.8%
  • JavaScript 1.9%
  • Dockerfile 1.1%