Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 385 Bytes

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