Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 674 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 674 Bytes

Applikation

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.

Installation

  1. Clone the project to the desired directory
  2. Ensure the server points to the public/ directory
  3. Retrieve project dependencies: composer install
  4. Create the migration table: php artisan migrate:install
  5. Setup the database: php artisan migrate
  6. Seed the database: php artisan db:seed
  7. Enjoy!

Wishlist

  • Complete CRUD operations via Laravel
  • Single-page application via AngularJS