Skip to content

Async chat app with model built with django-rest-framework, django-channels, React, websockets, redis, webpack and babel. Supports JWT auth.

Notifications You must be signed in to change notification settings

dresl/django-react-app

Repository files navigation

Django React app

Installation

Sync python server

It's recommended to create a virtual environment.

pip install -r requirements.txt
python manage.py migrate
python manage.py collectstatic
python manage runserver

Run frontend

cd django-react-frontend
npm install
npm start

About

Async chat app with model built with django-rest-framework, django-channels, React, websockets, redis, webpack and babel. Supports JWT auth.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published