Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 523 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 523 Bytes

findparking-system

Findparking is a project to car or motorcycle drivers that need to find a free slot parking. Drivers can search the registered parkings and notify if the parking has free slots or if where the driver slot is busy.

Requirements

node.js 7.x or later

Commands:

Run migrate files to create tables in database

php artisan migrate:refresh

Run migrations with seeds

php artisan migrate:refresh --seed

Install all package dependencies

npm install

npm run dev

Run the app

php artisan serve