DEV Community

Cover image for HNG iternship
AYOMIDE IBITOLA
AYOMIDE IBITOLA

Posted on

HNG iternship

πŸš€ HNG Stage 0 β€” Dynamic Profile API

For Stage 0 of the HNG program, I built a simple FastAPI endpoint that returns my profile details and a random cat fact fetched from the Cat Facts API.

The endpoint (/me) responds with my name, email, backend stack, the current UTC timestamp, and a new cat fact every time it’s called.

This task helped me practice working with external APIs, JSON formatting, and real-time responses in Python.

πŸ”— GitHub Repo: https://github.com/AyoIbitola/AyoIbitola-HNG13-stage-0-Dynamic-Profile-Endpoint

Top comments (0)