https://github.com/nikhilsharma03/kaiwa
Kaiwa is a chat application :computer: implemented with grpc-web-go-react :rocket:
https://github.com/nikhilsharma03/kaiwa
docker go grpc mongodb reactjs redux
Last synced: 3 months ago
JSON representation
Kaiwa is a chat application :computer: implemented with grpc-web-go-react :rocket:
- Host: GitHub
- URL: https://github.com/nikhilsharma03/kaiwa
- Owner: NikhilSharma03
- Created: 2021-12-08T16:47:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T16:51:02.000Z (over 4 years ago)
- Last Synced: 2025-03-23T02:41:53.163Z (over 1 year ago)
- Topics: docker, go, grpc, mongodb, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 23.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kaiwa

[](https://github.com/NikhilSharma03/Kaiwa)
[](https://github.com/NikhilSharma03/Kaiwa)
🌟 Kaiwa is a chat application 💻 implemented with grpc-web-go-react 🚀
## Technology Stack

## Setup and Installation
First install all the client dependency
```
cd client
```
and then,
```
npm install
```
Now use docker-compose (with build) using,
```
docker-compose up --build
```