docker volume create shortener-postgres-volume
docker compose up
go test ./...
- Shorten est en POST sur http://localhost:8080/shorten
- Redirect est en GET sur http://localhost:8080/{slug}
docker volume create shortener-postgres-volume
docker compose up
go test ./...