Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 564 Bytes

Appointments

Challenge #1 from Hola mundo.

Instructions

  1. Set database configuration in .env file.
  2. Run php artisan migrate to configure the database.
  3. Run php artisan db:seed to fill hours and availables motorcyles.
  4. By default 2 dummy users are created to login:
  1. You can change motorcycles in DB to test full hours.
  2. Done!