https://github.com/kariemoorman/url-shortener
URL Shortener for dummy TLD
https://github.com/kariemoorman/url-shortener
flask python snyk sqlite two-tier-architecture url-shortener
Last synced: 5 months ago
JSON representation
URL Shortener for dummy TLD
- Host: GitHub
- URL: https://github.com/kariemoorman/url-shortener
- Owner: kariemoorman
- License: gpl-3.0
- Created: 2024-04-12T04:29:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T03:19:18.000Z (12 months ago)
- Last Synced: 2025-07-03T04:27:36.587Z (12 months ago)
- Topics: flask, python, snyk, sqlite, two-tier-architecture, url-shortener
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url-shortener

### Description
Simple Flask app that interacts with a SQLite database. The app allows users to shorten URLs (e.g., www.example.com) using a dummy top-level domain (e.g., https://xyz.lol/v67UFd). The original-shortened url pairs are stored in and retrieved from the SQLite database, and displayed on the frontend.