Skip to content

chatgut/URLShortenerService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In order to start the application then you need a Redis Container.

docker pull redis:latest

docker run -d --name=redis -p 6379:6379 redis

To Post in insomnia. http://localhost:8080/urlShortener Body: Json { "url":"{The long url here}" } Then you will get back the short url.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors