zidane-arkan / freya-be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run application :

  1. Install Go Version 1.19 or higher
  2. Copy the contents of .env.example and paste it to a new file called .env in root folder
  3. Fill in the blanks of environtment variables according to your needs
  4. Run 'go run ./cmd/main.go' to instantly run the application or 'go build -o ./build/main ./cmd/main.go' to get an executable

About


Languages

Language:Go 99.5%Language:HTML 0.5%