This is an university project for tracking the free parking lots in predefined areas in a municipality.
- Municipalty
- Area
- Parking Lot
- Car
- Clone the repo
- Run
composer install
- Create a .env file based on .env.example
- Migrate the database -
php artisan migrate
- Laravel framework 5.2