Challenge #1 from Hola mundo.
- Set database configuration in .env file.
- Run
php artisan migrate
to configure the database. - Run
php artisan db:seed
to fill hours and availables motorcyles. - By default 2 dummy users are created to login:
- Name: Jon Doe, Email: [email protected], Password: password
- Name: Marie Doe, Email: [email protected], Password: password
- Or you can register your own user.
- You can change motorcycles in DB to test full hours.
- Done!