GitHunt

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

Languages

JavaScript51.1%Python34.1%CSS13.7%HTML1.1%

Contributors

Latest Release

v1.0May 31, 2021
Created July 20, 2020
Updated July 23, 2021
erfanhs/bitko | GitHunt