Skip to content

root-ansh/web_python_flask_url_shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-shortner

screenshot

This is a server based url shortner app made using flask(python) and bootstrap. it can be used to shorten your urls to whatever alias you want. this also provides a secret key to edit or delete the shortlink. the application is live at : http://curioustools.herokuapp.com/

Todo

  • improvements/expansion : moved to issues

Done

  • basic url shortner : will generate a route for long urls based onshort code
  • manage url via secret key
  • ui/ux using bootstrap

Setup(For linux platform)

0. <install python3 ,pip3>
1. git clone <this repo url>
2. cd url-shortner

$ python3 -m venv env
$ source env/bin/activate
(env) $ pip3 install -r requirements.txt
     ...
     ...
     ...
(env) $ pip3 flask run

About

A small url shortner web app made using flask(python and Bootstrap) Live at :

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages