A url Shortener wirtten in go
Go to file
2024-03-28 12:03:14 +00:00
database v0.1 I guess 2024-03-28 11:29:32 +01:00
handlers v0.1 I guess 2024-03-28 11:29:32 +01:00
initdb change default values 2024-03-28 11:59:46 +00:00
models v0.1 I guess 2024-03-28 11:29:32 +01:00
templates v0.1 I guess 2024-03-28 11:29:32 +01:00
utils v0.1 I guess 2024-03-28 11:29:32 +01:00
.gitignore v0.1 I guess 2024-03-28 11:29:32 +01:00
docker-compose.yaml Correct the docker compose 2024-03-28 12:02:48 +00:00
Dockerfile v0.1 I guess 2024-03-28 11:29:32 +01:00
go.mod v0.1 I guess 2024-03-28 11:29:32 +01:00
go.sum v0.1 I guess 2024-03-28 11:29:32 +01:00
main.go v0.1 I guess 2024-03-28 11:29:32 +01:00
README.md Improve the README 2024-03-28 12:03:14 +00:00

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 /)