A simple URL Shortener API built with Scala, Akka HTTP, and Spray JSON.
- Generate shortened URLs for long URLs.
- Retrieve the original URL from a shortened link.
- Simple in-memory database (can be extended to use SQLite or PostgreSQL).
- Uses Akka HTTP for non-blocking API requests.
- Clone the repository:
git clone https://github.com/your-repo/UrlShortener.git cd UrlShortener