Skip to content

UC-LeuvenLimburg/ParkIt

Repository files navigation

Project description

This app gives you the possibility to rent and to lease open land as parking spaces. We created this using laravel 7.0.

How to install

  1. Clone this repository to a desired folder.
  2. Open the folder using your favourite IDE (aka. VsCode)
  3. Run folowing Powershell script in this folder setup-parkit.ps1
  4. To start your vagrant box navigate with your terminal to ~/Homestead and run vagrant up
  5. Setup your database by running following command in your project folder php artisan migrate