https://github.com/pieceowater-dev/lotof.sample.svc
This project provides a structure to generate, build, and run a grpc microservice
https://github.com/pieceowater-dev/lotof.sample.svc
docker go golang gorm grpc microservice
Last synced: 5 months ago
JSON representation
This project provides a structure to generate, build, and run a grpc microservice
- Host: GitHub
- URL: https://github.com/pieceowater-dev/lotof.sample.svc
- Owner: pieceowater-dev
- License: mit
- Created: 2024-11-22T16:46:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T18:31:33.000Z (12 months ago)
- Last Synced: 2025-10-31T03:53:20.330Z (5 months ago)
- Topics: docker, go, golang, gorm, grpc, microservice
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lotof.sample.svc
Welcome to the **Lotof Sample Service** project! This project provides a structure to generate, build, and run a grpc microservice using [Docker](https://www.docker.com/) for containerization. Below you'll find a comprehensive guide to get started with this project.
## Prerequisites
Before you begin, ensure you have the following installed on your machine:
- [Go](https://golang.org/doc/install) (version 1.23 or later)
- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/)
## Notes
- Customize `Dockerfile` as needed for your project's specific requirements.
- The server entry point is at `./cmd/server/main.go`.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Author

### [PCWT Dev](https://github.com/pieceowater-dev)