1
0
Fork 0
No description
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-04-30 07:52:51 +02:00
.vscode chore: add .vscode extensions.json and settings.json 2024-04-27 21:29:58 +02:00
api/v1 fix(api): createTrainingDateAttendee missing golang uuid type 2024-04-30 07:52:51 +02:00
cmd refactor(main.go): use cobra for cli and move main.go to root dir 2024-04-28 15:14:08 +02:00
db/migrations feat: add initial migration 2024-04-28 15:26:04 +02:00
internal fix(api): createTrainingDateAttendee missing golang uuid type 2024-04-30 07:52:51 +02:00
pkg/training feat: add pkg/training/ with types, structs, and repository interfaces 2024-04-27 21:31:04 +02:00
tools feat: add tools dir (go tools.go pattern) to keep tooling in go.mod 2024-04-28 15:18:43 +02:00
.editorconfig style(.editorconfig): set indent_style=tabs and indent_size=4 2024-04-27 21:28:11 +02:00
.gitlab-ci.yml ci: change default image to docker:git 2024-01-02 19:24:31 +01:00
Dockerfile chore(build): fix docker build with moved main 2024-04-28 15:16:20 +02:00
go.mod chore(deps): bump dependencies 2024-04-28 15:27:14 +02:00
go.sum chore(deps): bump dependencies 2024-04-28 15:27:14 +02:00
main.go refactor(main.go): use cobra for cli and move main.go to root dir 2024-04-28 15:14:08 +02:00
Makefile chore(Makefile): use go generate instead of calling oapi-codegen local binary 2024-04-28 15:19:40 +02:00
oapi-codegen.yaml fix(oapi-codegen.yaml): add yaml schema url and fix issues according to schema 2024-04-28 14:50:35 +02:00
README.md docs: bump README 2024-04-27 21:33:52 +02:00

Backoffice / Backend

Single binary containing:

  • REST API
  • Migrations
  • Background tasks

About backoffice

A small tool to help me organize myself and automate some of my life. Primary goal is to help organize myself and trainings.