For those looking to keep track of their job applications.
This app is a response to the Louisville Laravel Meetup's Interview Scheduler demo app.
- Clone the project to the desired directory
- Ensure the server points to the
public/
directory - Retrieve project dependencies:
composer install
- Create the migration table:
php artisan migrate:install
- Setup the database:
php artisan migrate
- Seed the database:
php artisan db:seed
- Enjoy!
- Complete CRUD operations via Laravel
- Single-page application via AngularJS