A REST API for managing events and RSVPs, built with Python and FastAPI. Handles event creation, RSVP tracking with yes/no/maybe responses, and attendee lookups.
The focus here was correctness by design: RSVPs are stored so that one person can't hold two conflicting responses, and valid response values are enforced at the input layer, so bad data can't enter the system. Includes clear API documentation and proper error handling.
Like this project
Posted Jul 3, 2026
Event RSVP API
A REST API for managing events and RSVPs, built with Python and FastAPI. Handles event creation, RSVP tracking with yes/no/maybe responses, an...