Air PnP
backenddjangopythonrest-apicapstone
Case study
Context
Senior / capstone project at university — not a commercial product.
My role
Sole backend engineer
The problem
Finding a public restroom in a city is often urgent and stressful. There was no structured way for building owners to share access to their facilities or for people to discover and reserve a time slot in advance.
What I built
Built a Django REST API with token-based authentication that lets hosts register bathrooms with operating hours, lets users search by location and reserve time slots, and uses crontab + Django ORM scheduling to manage slot availability.
Stack
PythonDjangoDjango REST FrameworkToken AuthenticationcrontabPostgreSQL