Skip to content
/ shorty Public

***WIP*** URL shortener built using Spring Boot and MongoDB

Notifications You must be signed in to change notification settings

dkreth/shorty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shorty

Clone the project

git pull [email protected]:dkreth/shorty.git && cd shorty

Run the project

./gradlew bootRun

Use the project

Test endpoint

GET localhost:8080/test

Create a new shorty

POST localhost:8080/generate with JSON body

{
    "shortId": "dk",
    "longUrl": "dylankreth.com"
}

Use the shorty

Point a web browser to localhost:8080/dk

About

***WIP*** URL shortener built using Spring Boot and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages