Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 237 Bytes

File metadata and controls

12 lines (7 loc) · 237 Bytes

Url shortener

A URL shorter that is using Sqlite3 and Flask

Install the package

pip install flask sqlite3

Run

python main.py When you run it go to http://127.0.0.1:5000/s/cpUsGSLPh to check if it's working