This contains all the things that an admin can do in the parking lot.
This is an entrance where a vehicle enters and assigns a spot to them in the parking lot.
Database for a bank which contains dummy balance to add randomness
This contains an implementation of a bank with card valdation and PIN verification. The PIN verification is 98% of the time successful and fails 2% of the time.
A database for storing and accessing the details of the customers.
These contain the ideas that we discussed and our rough planning for implementation. We had to change almost everything from our first discussion in the second discussion because we gained a lot more insights from sir's feedback.
A simple display which is present at the entrance and exits to display the required messages.
This handles payments at the exit.
A dummy parking attendant to perform transaction by cash at the exit.
A parking floor with parking spots.
This file integrates all the modules. This is a parking lot.
A parking spot.
This is the original repo that we worked on https://github.com/captnTardigrade/PM-Case-Study-1