Virtual Tamagotchi REST API (FastAPI Backend Project)
Web Programming
A backend pet project built with Python and FastAPI. Implements a REST API for managing a virtual Tamagotchi with state logic (hunger, happiness, emotional status).
Features include:
-REST endpoint implementation
-Data validation with Pydantic…