OneHub is a demo group message application showcasing different aspects of building services in Golang and gRPC.
The project is developed using the following languages:
- Go
- TypeScript
- Python
- JavaScript
- CSS
- Makefile
- Dockerfile
You can clone the repository using the following command:
git clone https://github.com/panyam/onehub.git
After cloning the repository, navigate to the project directory and install the dependencies by running the following Docker Instructions
To run the project on Docker, follow the instructions specific to the project. Typically, you can start the server by running:
docker-compose up -d
If you want to contribute to OneHub, follow these steps:
- Fork this repository.
- Create a new branch (
git checkout -b feature-improvement
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-improvement
). - Create a new Pull Request.
This project is licensed under the terms of the MIT license.