No description
- TypeScript 48.7%
- JavaScript 22.7%
- HTML 16.3%
- PLpgSQL 8.8%
- CSS 3.3%
- Other 0.2%
| fosfom-api | ||
| fosfom-web | ||
| .gitignore | ||
| docker-compose.yml | ||
| package-lock.json | ||
| README.md | ||
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