Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 543 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 543 Bytes

mage

MageGames Case Study

Clone and Dicrectory

Clone the project

  git clone https://github.com/yclyldrm/mage.git

Go to the project directory

  cd mage

Run Locally

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

Makefile

To generate protobuf files run the following command:

  make proto

This will generate .go files for all .proto files in the project.