Skip to content

A URL shortening Flask micro website similar to bit.ly

License

Notifications You must be signed in to change notification settings

ecreall/urlshortener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urlshortener

A URL shortening Flask micro website similar to bit.ly

To launch the application:

docker build -t urlshortener .
docker run -ti -p 5000:5000 -v /tmp/var:/app/var urlshortener

About

A URL shortening Flask micro website similar to bit.ly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.5%
  • HTML 25.5%