modulepackage
0.0.0-20250225095615-b212e107d03a
Repository: https://github.com/ebrickdev/example.git
Documentation: pkg.go.dev
# README
Ebrick Sample
Getting Started
Follow these steps to set up and run the project:
Initialize the Project
# Initialize the project and generate protobuf files
make init proto
Update and Start Docker Containers
# Update and start the Docker containers in detached mode
docker compose update -d
Run the Application
# Run the main Go application
go run main.go
Guidelines
- Ensure you have Docker and Go installed on your machine.
- Run
make init proto
to initialize the project and generate necessary protobuf files. - Use
docker compose update -d
to update and start the Docker containers. - Execute
go run main.go
to start the main Go application. - Refer to the project's documentation for more detailed instructions and troubleshooting.
# Packages
No description provided by the author