Skip to content

Proof of concept of what a parking reservation system looks like.

Notifications You must be signed in to change notification settings

watsonchang15/demo_parking

Repository files navigation

README

This is a demo parking reservation app.

image

Fully tested with testing:

Screenshot 2024-08-04 at 5 27 35 PM

Includes:

  1. service object for:
    • checking availability here
    • creating new reservations here
    • "holding" a parking spot, implemented using in-memory db Redis list (stubbed service) here
  2. 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
  3. testing here

About

Proof of concept of what a parking reservation system looks like.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published