An open API service indexing awesome lists of open source software.

https://github.com/hackafro/django-stream-server


https://github.com/hackafro/django-stream-server

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Django Stream Server

![ScreenShot: App Main Screen](https://github.com/HackAfro/angular-stream-chat/blob/master/src/assets/chat-view.png)

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