https://github.com/sldless/urlshorter
https://github.com/sldless/urlshorter
flask python sqlite3 url-shortener
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sldless/urlshorter
- Owner: sldless
- License: mit
- Created: 2022-03-18T17:32:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T17:32:27.000Z (about 4 years ago)
- Last Synced: 2025-01-21T00:50:19.777Z (over 1 year ago)
- Topics: flask, python, sqlite3, url-shortener
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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