Skip to content

Link Shrink: Shorten your URLs, share them easily, and track clicks.

License

Notifications You must be signed in to change notification settings

Alquama00s/link_shrink

Repository files navigation

LinkShrink

LinkShrink is a simple and efficient URL shortening service that allows you to shorten long URLs into concise, easy-to-share links. With LinkShrink, you can create, manage, and track your shortened URLs quickly and conveniently.

Table of Contents

Getting Started

Docker

docker run -p 80:80 -p 8080-8082:8080-8082 alquama00s/linkshrink

Installation

The backend is being written on spring boot and can be started by mvn spring-boot:run

API

You can use LinkShrink API to programmatically shorten URLs. Example using cURL:

curl -X POST http://localhost:8080/api/urls/create \
     -H "Content-Type: application/json" \
     -d '{
         "longUrl": "https://example.com/your-long-url"
     }'

About

Link Shrink: Shorten your URLs, share them easily, and track clicks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published