Skip to content

CoderRamya/URLShortening

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

A simple URL shortener built with Spring Boot and MongoDB (using the MongoDB Java driver).

Features

  • Shorten long URLs to short codes
  • Store and retrieve URLs from MongoDB
  • Track access count for each short URL

Requirements

  • Java 17+
  • Maven
  • MongoDB running locally on mongodb://localhost:27017

Setup

  1. Clone the repository: git clone https://github.com/CoderRamya/URLShortening.git cd urlshortener
  2. Build the project: mvn clean install
  3. Run Unit Tests mvn test
  4. Run the application: mvn spring-boot:run

Project URL: https://roadmap.sh/projects/url-shortening-service

About

A URL shortening Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages