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: 4 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T23:43:57.000Z (about 2 years ago)
- Last Synced: 2025-01-11T01:44:12.887Z (6 months ago)
- Topics: django-rest-framework, react, websocket
- Language: TypeScript
- Homepage:
- Size: 729 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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`