https://github.com/geo-tp/websocket-chat
Simple Websocket based chat channel
https://github.com/geo-tp/websocket-chat
django-rest-framework react websocket
Last synced: 2 months ago
JSON representation
Simple Websocket based chat channel
- Host: GitHub
- URL: https://github.com/geo-tp/websocket-chat
- Owner: geo-tp
- Created: 2023-05-24T19:38:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T23:43:57.000Z (about 3 years ago)
- Last Synced: 2025-09-05T11:49:52.367Z (10 months ago)
- Topics: django-rest-framework, react, websocket
- Language: TypeScript
- Homepage:
- Size: 729 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WebSocket Chat
============
Simple Websocket based chat created with Django and React

Installation
===========
## FRONTEND
Created with node 17.9.1 and npm 8.11.0
### Install dependencies :
### `npm install`
### Start dev server :
### `npm start`
## BACKEND
Created with python 3.10.6
### Install dependecies :
### `python -m pip install -r requirements.txt`
### Init database :
### `python manage.py makemigrations`
### `python manage.py migrate`
### Start dev server
### `python manage.py runserver`