nezutero / kaiwa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaiwa

Online Chat App

Installation

git clone https://github.com/kenjitheman/kaiwa.git
cd kaiwa
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Contributing

  • Pull requests are welcome, for major changes, please open an issue first to discuss what you would like to change.

  • Please make sure to update tests as appropriate.

License

About

License:MIT License


Languages

Language:HTML 50.9%Language:Python 49.1%