mates db1fe473cd
CI / Playwright E2E tests (push) Blocked by required conditions
CI / Build and push Docker image (push) Blocked by required conditions
CI / Notify (push) Blocked by required conditions
CI / Generate TypeScript types (push) Successful in 10s
CI / Generate TypeScript types (pull_request) Successful in 9s
CI / Server unit tests (push) Successful in 19s
CI / Build server (push) Successful in 23s
CI / Server unit tests (pull_request) Failing after 7s
CI / Build server (pull_request) Failing after 8s
CI / Build client (pull_request) Failing after 8s
CI / Playwright E2E tests (pull_request) Has been skipped
CI / Build and push Docker image (pull_request) Has been skipped
CI / Notify (pull_request) Has been skipped
CI / Build client (push) Successful in 33s
test: opravy Playwright testů
2026-04-29 21:03:53 +02:00
2026-04-29 21:03:53 +02:00
2026-04-28 13:40:32 +02:00
2025-03-05 21:05:21 +01:00
2025-08-04 17:27:03 +02:00
2024-02-26 20:34:14 +01:00

Luncher

Aplikace pro profesionální management obědů.

Aplikace sestává ze tří modulů.

  • types
    • OpenAPI definice společných typů, generované přes openapi-ts
  • server
  • client

Spuštění pro vývoj

Závislosti

Klient/server

Spuštění na *nix platformách

  • Nainstalovat závislosti viz předchozí bod
  • Zkopírovat server/.env.template do server/.env.development a upravit dle potřeby
  • Vygenerovat společné TypeScript typy
    • cd types && yarn install && yarn openapi-ts
  • Server
    • cd server && yarn install && export NODE_ENV=development && yarn startReload
  • Klient
    • cd client && yarn install && yarn start

Sestavení a spuštění produkční verze v Docker

Závislosti

Spuštění

  • docker compose up --build -d

Spuštení s traefik

  • docker compose -f compose-traefik.yml up --build -d

TODO

Dostupné zde.

S
Description
Aplikace pro profesionální management obědů.
Readme 12 MiB
Languages
TypeScript 91.4%
SCSS 6.3%
JavaScript 0.6%
CSS 0.6%
Dockerfile 0.6%
Other 0.5%