SchulwegWarnung is a project, that allows parents to view their children's way to school and check for dangerous places and situations they might encounter.
- Clone this repository and run
npm init
- Set a Pocketbase database up
- Set the Pocketbase schema to
schema.json
and update the corresponding values insrc/Pocketbase.ts
The preferred way of deployment is docker.
- Run
docker-compose up -d
to bring the caddy server up - Modify the values in
caddy/Caddyfile
to match your deployment