Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 608 Bytes

chatter

A hobby real-time chatting web application.

Tech Stack

Frontend

  • JavaScript
  • React
  • React Router
  • Zustand
  • Material UI

Backend

  • Django
  • Django Rest Framework
  • Django Channels
  • PostgreSQL

Usage

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!