https://github.com/k1lgor/url_shortener
A sleek, modern URL shortener built with Python, Flask, and HTMX.
https://github.com/k1lgor/url_shortener
flask poetry python url-shortener
Last synced: about 2 months ago
JSON representation
A sleek, modern URL shortener built with Python, Flask, and HTMX.
- Host: GitHub
- URL: https://github.com/k1lgor/url_shortener
- Owner: k1lgor
- Created: 2024-08-24T16:25:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:06:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-25T21:39:14.724Z (almost 2 years ago)
- Topics: flask, poetry, python, url-shortener
- Language: Python
- Homepage: https://url-short-fdcpc4h6crckfeds.germanywestcentral-01.azurewebsites.net/
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern URL Shortener
A sleek, modern URL shortener built with Python, Flask, and HTMX.
## Features
- Shorten long URLs to easily shareable links
- Copy shortened URLs to clipboard with a single click
- Responsive design that works on desktop and mobile
- Real-time URL shortening without page reloads (using HTMX)
- Secure and scalable backend using Flask and SQLAlchemy
- Comprehensive test suite with unit tests and behavior-driven tests
## Technologies Used
- Backend: Python, Flask
- Frontend: HTML, CSS, HTMX
- Database: SQLAlchemy
- Testing: Pytest, Behave
- CI/CD: GitHub Actions