Skip to content

This project is a lightweight URL Shortener API, similar to bit.ly or TinyURL, built using Scala, Akka HTTP, and Spray JSON. It allows users to shorten long URLs into compact, easily shareable links and retrieve the original URL using the shortened identifier

License

Notifications You must be signed in to change notification settings

masterhj/URL-Shortener-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala URL Shortener API

A simple URL Shortener API built with Scala, Akka HTTP, and Spray JSON.

Features

  • 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.

Installation & Setup

  1. Clone the repository:
    git clone https://github.com/your-repo/UrlShortener.git
    cd UrlShortener

About

This project is a lightweight URL Shortener API, similar to bit.ly or TinyURL, built using Scala, Akka HTTP, and Spray JSON. It allows users to shorten long URLs into compact, easily shareable links and retrieve the original URL using the shortened identifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published