Basic Url Shorter project made in Spring Boot.
- install docker desktop
Use following command to build docker
docker build --target base -t url_shorter .
or use following pre-existing image.
docker run -p 8080:8080 itskedar/url_shorter:v1.0
Success. url_shorter is now available on http://localhost:8080*