https://github.com/nezutero/kaiwa
https://github.com/nezutero/kaiwa
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nezutero/kaiwa
- Owner: nezutero
- License: mit
- Created: 2024-03-20T22:08:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T21:59:40.000Z (8 months ago)
- Last Synced: 2025-03-17T18:52:10.210Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kaiwa
> Online Chat App
## Installation
```sh
git clone https://github.com/nezutero/kaiwa.git
cd kaiwa
``````sh
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
``````sh
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
- [MIT](./LICENSE)