A hobby real-time chatting web application.
- JavaScript
- React
- React Router
- Zustand
- Material UI
- Django
- Django Rest Framework
- Django Channels
- PostgreSQL
Setup the development environment by hopping on VSCode and taking advantage of the Dev Containers extension.
After setting up the Dev Container, start the Daphne server: python manage.py runserver
. The frontend is served at http://127.0.0.1:8000/
.
And you should be good to go!