An open API service indexing awesome lists of open source software.

https://github.com/sldless/urlshorter


https://github.com/sldless/urlshorter

flask python sqlite3 url-shortener

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## 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