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-27 21:36:29 +02:00
.vscode chore: add .vscode extensions.json and settings.json 2024-04-27 21:29:58 +02:00
api/v1 refactor(api): default response -> 500, Unexepected error -> Internal error 2024-04-27 21:20:50 +02:00
cmd/server refactor: move app entrypoint to ./cmd/server 2024-02-28 20:59:15 +01:00
internal/api feat: add generated code for rest api 2024-04-27 21:36:29 +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
Makefile feat: add Makefile for generating go code from openapi schema 2024-04-27 21:11:46 +02:00
oapi-codegen.yaml chore: add oapi-codegen config 2024-04-27 21:11:16 +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.