ajmaln/DRF-Chat

Live Chat using Django REST Framework

chat-application
css
django
django-rest-framework
html
jquery

DRF-Chat

Live Chat using Django REST Framework

(One of my just-for-fun projects)

Installation

This app uses memcached to store Users online status, So you will need to install it.

On Ubuntu:

sudo apt install memcached

Install virtualenv

pip install virtualenv

On the project directory,

Create virtual environment

virtualenv venv

Activate

source venv/bin/activate

Install requirements

pip install -r requirements.txt

Do Database migrations

./manage.py makemigrations
./manage.py makemigrations chat
./manage.py migrate

Try creating a superuser for user management

./manage.py createsuperuser

Give necessary inputs

Run development server

./manage.py runserver
Stars
126
0.00% more than last month
Forks
49
Open Issues
1