Follow these steps to set up and run the project:
# Initialize the project and generate protobuf files
make init proto# Update and start the Docker containers in detached mode
docker compose update -d# Run the main Go application
go run main.go- Ensure you have Docker and Go installed on your machine.
- Run
make init prototo initialize the project and generate necessary protobuf files. - Use
docker compose update -dto update and start the Docker containers. - Execute
go run main.goto start the main Go application. - Refer to the project's documentation for more detailed instructions and troubleshooting.