The first need Go installed (version 1.13+ is required), then you can use the below commands run the application.
-
Install dependencies
go mod download
-
Inside environments folder you can find
env.example
file which can be used as a placeholder to create actual .env for general configurations. -
Start and run services such as Database.
docker-compose up -d
-
Run the application
go run cmd/main.go
UI can be found here: https://github.com/FrostyJet/mythology-gallery-ui