GitPedia

Creatly backend

๐Ÿš€ Creatly backend app

From CreatlyยทUpdated June 20, 2026ยทView on GitHubยท

[go-badge]: https://img.shields.io/github/go-mod/go-version/p12s/furniture-store?style=plastic [go-url]: https://github.com/p12s/furniture-store/blob/master/go.mod The project is written primarily in Go, first published in 2021. Key topics include: backend, docker, docker-compose, gin-gonic, github-actions.

Creatly LMS [Backend Application] GO

Learn More about Creatly here

Build & Run (Locally)

Prerequisites

  • go 1.17
  • docker & docker-compose
  • golangci-lint (<i>optional</i>, used to run code checks)
  • swag (<i>optional</i>, used to re-generate swagger documentation)

Create .env file in root directory and add following values:

dotenv
APP_ENV=local MONGO_URI=mongodb://mongodb:27017 MONGO_USER=admin MONGO_PASS=qwerty PASSWORD_SALT=<random string> JWT_SIGNING_KEY=<random string> SENDPULSE_LISTID= SENDPULSE_ID= SENDPULSE_SECRET= HTTP_HOST=localhost FONDY_MERCHANT_ID=1396424 FONDY_MERCHANT_PASS=test PAYMENT_CALLBACK_URL=<host>/api/v1/callback/fondy PAYMENT_REDIRECT_URL=https://example.com/ SMTP_PASSWORD=<password> STORAGE_ENDPOINT= STORAGE_BUCKET= STORAGE_ACCESS_KEY= STORAGE_SECRET_KEY= CLOUDFLARE_API_KEY= CLOUDFLARE_EMAIL= CLOUDFLARE_ZONE_EMAIL= CLOUDFLARE_CNAME_TARGET=

Use make run to build&run project, make lint to check code with linter.

Contributors

Showing top 3 contributors by commit count.

View all contributors on GitHub โ†’

This article is auto-generated from Creatly/creatly-backend via the GitHub API.Last fetched: 6/28/2026