Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 826 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 826 Bytes

Django Messenger 🌨️

Django Messenger is a chat application built with React and Django REST Framework. It enables users to have realtime one-to-one conversations.

Lil bit About this app:

  • JWT Authentication
  • Django Channels for WebSocket Communication
  • User Relations
  • Zustand for State management
  • Realtime Chat updates and Notifications
  • etc.,

Getting Started

Clone this repository to your local machine and .env file found in the frontend directory update the environment variables accordingly. Refer this blog for configuring Firebase.

Linux:

$ docker-compose up

Windows:

C:\folder\django_messenger> docker compose up

Navigate to http://localhost:8080/ and start texting...

Thank You 💖