/ParkingManagement

A parking management system for CS546

Primary LanguageJavaScript

##Parking Management System ###For CS546 - Web Development

Ethan Hayon

Carlos Csiszer

Roy Bahian

##Instructions

  • DB Dump is located at db/ParkingManagementSystem.sql
  • Database credentials are in the bootstrapper: app.php on line 39
  • You can log in with my account: username: ethanhayon, password: test
  • The only functioning parkinglot is "Hayden Parkinglot" - should be the first item in the dropdown list on the dashboard
  • To access the site: http://localhost/cs546/ParkingManagement/index.php/index
    • remember to use index.php/
    • index.php brings everything together


  • Follows the MVC style
    • Controllers are located in app/controllers
    • Models in app/models
    • bootstrapper: app.php
    • Routes are defined in the bootstrapper