Online Chat Rooms For Everyone.
Bitko, where people talk online with each other on various topics.
git clone https://github.com/erfanhs/bitko.git
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
cd bitko
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Make sure you have an instance of redis running.
cd bitko/frontend
sudo npm i
sudo npm start
cd bitko/frontend
sudo npm run-script build