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
- Host: GitHub
- URL: https://github.com/arifintahu/url-shortener
- Owner: arifintahu
- Created: 2020-08-19T09:25:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T03:22:36.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T06:57:10.835Z (over 1 year ago)
- Topics: flask, python, sqlite3, url-shortener
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```