This is a chat app built with Django REST framework and React
- Python
- Django
- Django Rest Framework
- React
- React Query
- ChakraUI
- Simple JWT
- PostgreSQL
- Docker
Clone the project
git clone [email protected]:Hosseinht/django_chatroom.git && cd django_chatroom
Create .env file. Provide needed information(check .env.example)
Build and run the app
docker-compose build
docker-compose up