Skip to content

A response to the Louisville Laravel Meetup's Interview Scheduler demo app

Notifications You must be signed in to change notification settings

cfree/laravel-applikation

Repository files navigation

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

About

A response to the Louisville Laravel Meetup's Interview Scheduler demo app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages