This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dawid Wysokiński b7dc30b74c
update go:generate in graphql.go
2021-11-12 18:04:22 +01:00
.github/workflows sentry: add a prefix to the release name 2021-11-10 08:11:35 +01:00
build/server update go:generate in graphql.go 2021-11-12 18:04:22 +01:00
cmd sentry: add a prefix to the release name 2021-11-10 08:11:35 +01:00
dev add and configure Sentry 2021-11-05 07:53:14 +01:00
fstorage delete the pkg directory 2021-07-16 17:44:41 +02:00
internal update go:generate in graphql.go 2021-11-12 18:04:22 +01:00
util/errorutil delete the pkg directory 2021-07-16 17:44:41 +02:00
.env.example add and configure Sentry 2021-11-05 07:53:14 +01:00
.gitignore add the .idea folder to the .gitignore 2021-03-07 11:57:22 +01:00
LICENSE feat: add README.md and LICENSE 2021-06-06 18:33:34 +02:00
Makefile add docker-compose.yml, update README.md and .env.example, add two new commands to Makefile (docker-compose-up, docker-compose-down) 2021-11-01 08:20:42 +01:00
README.md add docker-compose.yml, update README.md and .env.example, add two new commands to Makefile (docker-compose-up, docker-compose-down) 2021-11-01 08:20:42 +01:00
docker-compose.yml update go:generate in graphql.go 2021-11-12 18:04:22 +01:00
go.mod update go:generate in graphql.go 2021-11-12 18:04:22 +01:00
go.sum update go:generate in graphql.go 2021-11-12 18:04:22 +01:00
renovate.json update renovate.json 2021-07-04 17:57:52 +02:00

README.md

zdamegzaminzawodowy.pl - backend

This project contains the API and other core infrastructure items needed for all zdamegzaminzawodowy.pl apps.

Development

Prerequisites

  1. Golang
  2. Docker + docker-compose
  3. make

Installation

  1. git clone git@github.com:zdam-egzamin-zawodowy/backend.git.
  2. cd backend && cp .env.example .env.local
  3. make docker-compose-up
  4. Run the app - go run ./cmd/server/main.go.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Dawid Wysokiński - contact@dwysokinski.me