Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 345 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 345 Bytes

URL-shortener

A URL Shortener written using python and flask

To run the application, please run the below commands:

$ export FLASK_APP=application.py
$ flask run

Home page

For additional information, please see "notes.txt" file