Skip to content

cmj0121/relink

Repository files navigation

ReLink

rename and shorten your links

Build and Test Publish Docker Image to ghcr.io

This is the simple project to rename and shorten your links.

ReLink help you to compress and squash links to a fixed length path with the known based domain. Also it provides the simple RESTFul APIs to help and handle the requests.

How-To

You can run make build to build the project and make run to run the project in your local machine, which will be available at http://localhost:8080.

You can also run make build and make run in the deployments/ folder to build and run the project based on the Docker container.