This repo is designed as a starting point to implement a "public meeting page" feature. A full description of the task and expected outcome is available in ExerciseOverview.md.
In order to run the application, you will need to:
- Have an installed version of Laravel
- Create a database (
touch database/database.sqlite
) - Run
php artisan migrate:install
- Run
php artisan migrate
- Run
php artisan db:seed
- Run your server (
php artisan serve
if not using Homestead or another virtualization technique) - Visit the application ( http://127.0.0.1:3000/meetings ) - you may need to adjust the port pending on how you serve the code
- Log in with username:
test@boardable.com
and password:password