No description
  • TypeScript 48.7%
  • JavaScript 22.7%
  • HTML 16.3%
  • PLpgSQL 8.8%
  • CSS 3.3%
  • Other 0.2%
Find a file
2026-01-13 17:14:32 +01:00
fosfom-api Updated checkOpeningPeriod so that it returns an error if token is present but invalid 2026-01-13 17:14:32 +01:00
fosfom-web Updated checkOpeningPeriod so that it returns an error if token is present but invalid 2026-01-13 17:14:32 +01:00
.gitignore updated mail transport 2025-08-27 10:00:14 +02:00
docker-compose.yml added restart to docker compose 2025-09-21 10:12:14 +02:00
package-lock.json Included checks for dossier data due to user issues 2025-11-04 15:24:23 +01:00
README.md dockerized 2025-08-21 14:18:51 +02:00

FOSFOM

Building and running

development machine

in fosfom-web

npx ng serve

in fosfom-api

npx nodemon

staging and production machines

docker compose --env-file compose.env build
docker compose --env-file compose.env up

docker compose --env-file compose.env start/stop