Skip to content

Distributed URL shortener service

License

Notifications You must be signed in to change notification settings

shalimski/shortener

Repository files navigation

shortener

Distributed URL shortener service.

  • Get short URL from a long URL
  • Redirect to long URL when a user clicks on the short URL
  • Delete short URL`s

Run

Easy to run: docker compose up -d
Easy to test: import postman collection
Full integration test support: make test-integration

scheme