https://github.com/hackafro/django-stream-server
https://github.com/hackafro/django-stream-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackafro/django-stream-server
- Owner: HackAfro
- Created: 2020-04-28T12:50:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T13:40:25.000Z (about 6 years ago)
- Last Synced: 2025-04-09T00:38:08.003Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Django Stream Server

This repository contains the code for the chat server application. You can find the frontend application [here](https://github.com/HackAfro/angular-stream-chat)
## Getting up and running
Before you get started on the application, you need to have the Django-admin installed.
- Clone the repository
- Inside the cloned directory, run the following commands:
- `pip install -r req.txt` - To install all the project's dependencies.
- Run `python manage.py runserver` to start the frontend application