mvnw clean package
docker-compose up -d
POST localhost:8080/
Content-Type: application/json
Body:
{
"originalUrl":"https://github.com/jonaslins/"
}
Response: 200 OK
{
"code": "UqnPBrQ",
"originalUrl":"https://github.com/jonaslins/",
...
}
GET localhost:8080/{code}
Response: 302 FOUND
Response Headers:
"Location": "https://github.com/jonaslins/"
GET localhost:8080/{code}/statistics
Response: 200 OK
{
"originalUrl":"https://github.com/jonaslins/",
"hitCount": "9",
...
}