erfanhs / bitko

Online Chat Rooms For Everyone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitko

Online Chat Rooms For Everyone.
Bitko, where people talk online with each other on various topics.

Alt text Alt text Alt text

To run the backend:

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.

To run the frontend:

cd bitko/frontend
sudo npm i
sudo npm start

To build for deployment:

cd bitko/frontend
sudo npm run-script build

About

Online Chat Rooms For Everyone.


Languages

Language:JavaScript 51.1%Language:Python 34.1%Language:CSS 13.7%Language:HTML 1.1%