Skip to content

zedoul/url-shorten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

Installation

  1. Python
  1. Flask
$ pip install Flask
  1. Required packages:
$ pip install validator

Provided goodies

  1. A backend code using Flask. To run the server:
$ python runserver.py
  1. To run the client:
$ cd client
$ python -m SimpleHTTPServer