README This is a demo parking reservation app. Fully tested with testing: Includes: service object for: checking availability here creating new reservations here "holding" a parking spot, implemented using in-memory db Redis list (stubbed service) here models for: parking_spaces - represents a parking space that can accommodate one of the following: (1) cars, (2) motorcycles, (3) both, details here parking_reservations - represents a reservation for a given time/date for a specified parking spot, details here testing here