A url Shortener wirtten in go
database | ||
handlers | ||
initdb | ||
models | ||
templates | ||
utils | ||
.gitignore | ||
docker-compose.yaml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
Court - A URL Shortener
Only based on go standard library and PostGres
How to run it
docker compose up -d
, by default it will expose port 8000
How to manage it
There is a webui on the /webui
endpoint, it's the only reserved path (with the /
)