MageGames Case Study
Clone the project
git clone https://github.com/yclyldrm/mage.git
Go to the project directory
cd mage
Change/Add configuration file
Need to change/add .env file into /pkg/configs/envs/.env
Install dependencies
go mod tidy
Start the server
go run main.go
To generate protobuf files run the following command:
make proto
This will generate .go files for all .proto files in the project.