Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 235 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 235 Bytes

Bus Schedule

Sample Laravel based application for bus scheduling in city of Krakow.

Installation

  • composer install
  • php artisan key:generate
  • php artisan migrate
  • php artisan db:seed
  • npm install
  • npm run dev