HNG Internship Stage 0: Building a Profile API with Cat Facts
The first task for the HNG Internship was to build a simple RESTful API that returns my profile information along with a random cat fact. It sounds light, but it was a great way to test the fundamentals — consuming external APIs, structuring clean JSON responses, and handling dynamic data reliably. Setting Things Up I…