1
showcase
Shipped: Short link service
I built a simple Short Link Service using Python, Flask, and SQLite. It allows users to create short links from valid HTTP/HTTPS URLs, redirect to the original URL, count link clicks, and view link statistics. It also validates invalid input and returns HTTP 400, returns HTTP 404 for unknown short codes, and returns the same short code when the same URL is submitted again. A reviewer can verify the acceptance criteria by running the application with python app.py and testing the API at http://127.0.0.1:5000. The README contains the available endpoints and examples for testing the main functionality.
Repository: https://github.com/LinaMustafa1/short-link-service
Live: Not available. The service runs locally with Flask.
Built for the Verified Backend Internship · an API that survives bad input
Add a comment
0/2000