Skip to content

raenier/park_our

Repository files navigation

OO Parking Lot

Welcome to ParkOur, your smart parking system. Simply enter your car's license plate number and size, and our app will automatically select the nearest available parking spot based on your vehicle's dimensions and the closest entrance.

Key Features:

  • Automated Spot Selection: Find the nearest spot effortlessly.
  • Size-Based Allocation: Ensures a perfect fit for your vehicle.
  • Entrance Optimization: Minimizes walking distance by choosing spots near the closest entrance.

Up and Running

  1. Clone this repo on your local machine
git clone [email protected]:raenier/park_our.git
cd park_our
  1. Install dependencies
bundle install
  1. Set up database and sample data
rails db:create
rails db:migrate
rails db:seed
  1. Run rails server
rails server
  1. Go to http://localhost:3000

Park Vehicle

  1. Select Entrance

Screenshot 2024-06-21 at 7 28 24 AM

  1. Enter Vehicle Plate number and Select Size

Screenshot 2024-06-21 at 7 29 42 AM

  1. Click Park

  2. Check on list of Parking Spaces if its parked

Screenshot 2024-06-21 at 7 30 47 AM

Unpark Vehicle

  1. Go to list of Parking Spaces
  2. Click Unpark button

Screenshot 2024-06-21 at 7 33 07 AM

  1. Check Total Fee at the top

Screenshot 2024-06-21 at 7 34 20 AM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published