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

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

Awesome Lists containing this project

README

          

# url-shortener

url

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