Replies: 3 comments
-
Please add @Umang01-hash as an collaborator for PR reviews. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Umang01-hash shared the invite and added the PR for review |
Beta Was this translation helpful? Give feedback.
0 replies
-
@sksmagr23 Sure will review in some time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Gofr team
I will be working on a scalable URL Shortener service offering custom short links and real-time analytics. It will feature clean REST API, user management, and detailed insights into link usage and performance.
PR 1 plan | Week 1
Project setup, Health Check, and Basic URL Shortener Endpoints
Description
handler
,service
, andstore
GET /health
— Verifies service status and MongoDB connectivityPOST /api/urls
— Accepts an original URL and returns a short codeGET /api/urls/{short_code}
— Retrieves the original URL for a given short codeGET /{short_code}
— Redirects to the original URL (HTTP 302)Deliverables
GET /health
confirms both service and database connectivityPOST /api/urls
andGET /api/urls/{short_code}
function correctly for basic create/retrieve operationsI'd love to know your thoughts on the plan before I begin , if any changes needed.
Beta Was this translation helpful? Give feedback.
All reactions