A web chat created with Django Channels.
What it looks like:
Functionality:
- Login system:
- registering, loging;
- password resetting;
- ban users.
- Appllication:
- searching for a user by a username;
- storing chat history in a database;
- prohibiting access to chat rooms for non-participants.
The project was created as a test assignment and modified.
