Loading...
PUT : /api/v1/shortURL
Request body : { longURL: <>}
Response : {shortURL:<>}
Code : 201
GET : /api/v1/shortURL/
Response: {redirect://
code:301
Describe the overall system architecture. Identify the main components needed to solve the problem end-to-end. Use the diagramming tool to create a block diagram. If unfamiliar with the tool, describe your design to the AI and ask it to generate a starter diagram...
Deep dive into 2-3 key components. Explain how they work, how they scale, and any relevant algorithms or data structures. Consider drawing detailed diagrams to enhance your explanation...