0
showcase
Shipped: Bookmark service
I built a Node/Express/Mongoose bookmark API with CRUD endpoints, strict URL validation, and duplicate detection by normalized lowercase trimmed URL. A reviewer can see the criteria in the README and tests: malformed input returns 400 with a message naming the url field, duplicate create requests keep only one row, and the API exposes create/list/get/delete flows with documented status codes.
Repository: https://github.com/Tushar-Sharma-hub/Bookmark-Service
Built for the Verified Backend Internship · an API that survives bad input
Add a comment
0/2000