Skip to content

dusan-eremic/Shorty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shorty - URL shortener

(minimal implementation for carousell.com)

Clone

git clone https://github.com/dusan-eremic/Shorty.git

Build

mvn clean package

Database config

Database URL is located inside the src/main/resource/application.properties file. The URL currently points to my test database hosted at mlab.com.

Run

java -jar target/shorty-0.0.1-SNAPSHOT.jar

Run the ShortyWebClient

cd ShortyWebClient

then run any HTTP server while iside that directory for instance

python -m SimpleHTTPServer

About

A simple URL shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published