Skip to content

Simple custom shortlink service for your company.

License

Notifications You must be signed in to change notification settings

Artamus/golinks

Repository files navigation

golinks

A quick and dirty shortlinks service to be usable inside a company's private network.

Inspired by:

Development

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

About

Simple custom shortlink service for your company.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published