Skip to content

imfelipedev/URL-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple URL shortening API

This project was developed solely for study and practice purposes.

Installation

  1. Clone the repository:
$ git clone https://github.com/imfelipedev/URL-shortener
  1. Install dependencies with Maven

Usage

  1. Start the application with Maven
  2. The API will be accessible at http://localhost:8080

API Endpoints

Shorten URL.

POST /shorten
Parâmetro Tipo Descrição
url string URL to shorten

Get URL/Redirect.

GET /redirect/${id}
Parâmetro Tipo Descrição
id string Shortened URL

License

MIT

About

Simple URL shortening API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages