It is required that an [ffmpeg](https://ffmpeg.org/download.html) binary is available in the current path.
### Running the app
The backend requires configuration via environment variables - see `backend/.env.example`. All variables must be set unless they are marked as optional.
Then, the server can be started with:
```
cd backend/
go run cmd/clipper/main.go
```
The frontend can be launched on localhost:3000 with:
To regenerate the database access layer, first install [sqlc](https://sqlc.dev/). New queries can be added to `backend/sql/queries.sql`, and code regenerated with: