An open API service indexing awesome lists of open source software.

https://github.com/nezutero/kaiwa


https://github.com/nezutero/kaiwa

Last synced: 4 months ago
JSON representation

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)