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

https://github.com/arifintahu/url-shortener

URL Shortener with Python
https://github.com/arifintahu/url-shortener

flask python sqlite3 url-shortener

Last synced: over 1 year ago
JSON representation

URL Shortener with Python

Awesome Lists containing this project

README

          

# URL Shortener

## How to run
1. Install packages
```
pip install -r requirements.txt
```

2. Run server
```
python wsgi.py
```

3. Access web
```
http://127.0.0.1:5000
```