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-28 15:14:08 +02:00
.vscode chore: add .vscode extensions.json and settings.json 2024-04-27 21:29:58 +02:00
api/v1 refactor(api): replace application/json mime type with application/problem+json for any error / problem detail responses 2024-04-28 14:09:22 +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
internal/api refactor(api): replace application/json mime type with application/problem+json for any error / problem detail responses 2024-04-28 14:09:22 +02:00
pkg/training feat: add pkg/training/ with types, structs, and repository interfaces 2024-04-27 21:31:04 +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 refactor: move app entrypoint to ./cmd/server 2024-02-28 20:59:15 +01:00
go.mod chore(golang): bump to 1.22.0 2024-02-28 18:51:54 +01:00
go.sum chore: add go.sum 2024-01-02 19:00:51 +01: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 feat: add Makefile for generating go code from openapi schema 2024-04-27 21:11:46 +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.