Creatly LMS [Backend Application] GO
Learn More about Creatly here
- go 1.17
- docker & docker-compose
- golangci-lint (optional, used to run code checks)
- swag (optional, used to re-generate swagger documentation)
Create .env file in root directory and add following values:
Use
make run to build&run project, make lint to check code with linter.