A quick and dirty shortlinks service to be usable inside a company's private network.
Inspired by:
- https://github.com/nownabe/golink
- https://github.com/trotto/go-links
- https://github.com/tailscale/golink
To run the project, first compile the CSS with Tailwind.
gleam run -m tailwind/run
and then run the project with arguments to your local Postgres instance:
PGHOST=localhost PGDATABASE=golinks PGUSER=postgres PGPASSWORD=test gleam run
or if you already have a database named golinks
running on localhost
and a user with the username postgres
and without a password, you can simply use
gleam run