Skip to content

DevMain1953/django-angular-cats-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Development version of a small service that can be started locally and also in Docker with two tables in the database for cats and messages. The frontend is implemented in Angular, the backend in Django and Django REST. Added authorization, registration and logout functionality. There is a differentiation of access rights and a chat with the ability to send anonymous messages. Messages are sent via Websockets (channels, daphne).

Installation

  • clone this repository using git clone <link> command
  • you need docker to be installed, run the command below, this will download necessary images and build current application image with all dependencies.
docker compose up

About

Development version of a small service with database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published