Admin panel
  • TypeScript 69%
  • Svelte 22.5%
  • CSS 5.9%
  • JavaScript 1.1%
  • Dockerfile 0.9%
  • Other 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-06 18:51:26 +03:00
backend fix(files): make @UploadedFile param a permissive ZodDto (strict global pipe → 500) 2026-08-06 18:23:44 +03:00
frontend/web-app fix(files): validate multipart file as z.instanceof(File) via post-gen patch (re-enable request validation) 2026-08-06 18:51:26 +03:00
.gitignore feat: disable Swagger in backend, move OpenAPI spec to standalone service 2026-08-03 16:54:07 +03:00
.vault feat: fix, add Makefile and .vault 2026-08-02 01:17:00 +03:00
docker-compose.yml feat: fix, add Makefile and .vault 2026-08-02 01:17:00 +03:00
Makefile feat: fix, add Makefile and .vault 2026-08-02 01:17:00 +03:00
README.md Update README.md 2023-11-17 14:29:25 +03:00

Description

Admin panel

Installation

  1. Open terminal in folder where docker-compose.yml

$ docker compose up -d
  1. Open minio container -> open browser (http://localhost:8051) -> login (username and password in .env) -> create keys -> change keys in .env file -> restart

$ docker compose down
$ docker compose up -d

Running the app

# development
$  docker compose up -d

open localhost:3000