Loading...
GET /parking/{parking_id}/slots?available=true
POST /parking/{parking_id}/slot/{slot_id}/reserve
POST /reservation/{reservation_id}/pay
POST /reservation/{reservation_id}/confirm
POST /reservation/{reservation_id}/cancel
POST /parking/{parking_id}/check-in/{slot_id}
POST /parking/{parking_id}/check-out/{slot_id}
Client
Use React framework
Sever
Deep dive into 2-3 key components. Explain how they work, how they scale, discuss tradeoffs, capacity, and any relevant algorithms or data structures.