A sample URL shortner
This is a dockerized app for shortening URLs.
- Docker Daemon
- nodeJs
- npm
-
Go the project root directory containing the Dockerfile and create a docker container by executing:
docker build -t urlshortner:1.0 .
-
Start the container
docker run -d -p 3000:3000 urlshortner:1.0
-
Access the app from browser as following:
http://localhost:3000/