Steps to create a URL shortner.
- Created a URL shortner design on Microsoft OneNotes.
- Copied the content to Claude and provided some direction as follows.
- Generate a code in python using fast API.
- Create and deploy the code on kubernetes running on Docker desktop on MacOS
- Use sqlite database
- Add a Cache layer to avoid read from databases and redirect fast.
- Add a client code to test url shortener and project a report