1
showcase
Shipped: Short link service
I built a Flask and SQLite short-link service: https://github.com/quratulain-nayeem/api-suviver
A reviewer can run it using the README instructions.
POST /links creates a short code, GET /<code> redirects and increments the visit count, and GET /links/<code> displays statistics. Unknown codes return 404, malformed URLs return 400 before storage, and submitting the same URL twice returns the same code. The service uses 302 redirects, with the caching and visit-count reasoning documented in the README.
Repository: https://github.com/quratulain-nayeem/api-suviver
Built for the Verified Backend Internship · an API that survives bad inputAdd a comment
0/2000