- View Chat Rooms: Upon accessing the home page, the user sees a list of available chat rooms-
- Create a Room: If desired, the user can create a new chat room via a modal form-
- Select a Room: The user clicks on a room to join the conversation-
- Chat in Real-time: The user sends and receives messages in real-time with other users in the same room-
- Backend
- Django
- Jinja
- Daphne
- Channels
- Frontend
- HTML
- CSS
- Js
- Clone repo
- Enter repo dir
- create and activate a virtual environment(Pipenv)
- Install packages
- Start app
python manage-py runserver
- Navigate to localhost home route at port 8080