70ed59ab9db52da11eda58f46982e35ed8ad5c02
CI / Generate TypeScript types (push) Successful in 12s
CI / Generate TypeScript types (pull_request) Successful in 11s
CI / Server unit tests (push) Successful in 23s
CI / Build server (push) Successful in 23s
CI / Server unit tests (pull_request) Successful in 19s
CI / Build client (push) Successful in 34s
CI / Build server (pull_request) Successful in 23s
CI / Build client (pull_request) Successful in 33s
CI / Playwright E2E tests (push) Failing after 2m24s
CI / Playwright E2E tests (pull_request) Failing after 2m14s
CI / Build and push Docker image (push) Has been skipped
CI / Build and push Docker image (pull_request) Has been skipped
CI / Notify (push) Successful in 4s
CI / Notify (pull_request) Has been skipped
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
- backend psaný v node.js
- client
- frontend psaný v React.js
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.templatedoserver/.env.developmenta 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.
Description
Languages
TypeScript
91.4%
SCSS
6.3%
JavaScript
0.6%
CSS
0.6%
Dockerfile
0.6%
Other
0.5%