Skip to content

fshabir/urlshortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urlshortner

A sample URL shortner

This is a dockerized app for shortening URLs.

Requirements:

  • Docker Daemon
  • nodeJs
  • npm

Steps to run:

  1. Go the project root directory containing the Dockerfile and create a docker container by executing: docker build -t urlshortner:1.0 .

  2. Start the container docker run -d -p 3000:3000 urlshortner:1.0

  3. Access the app from browser as following: http://localhost:3000/

About

A sample URL shortnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published