Skip to content

MacGregor-Archive/magehack-voting

 
 

Repository files navigation

magehack-voting

How to run the app:

  • composer update
  • php artisan config:publish artdarek/oauth-4-laravel
  • php artisan migrate:refresh
  • php artisan db:seed
  • php artisan serve

You will need php5.4 or greater.

For seeing the routes available run:

$ php artisan routes

To run the JavaScript tests:

$ karma start karma.conf.js

You will need node.js (from nodejs.org) and karma (npm install -g karma).
The configuration option autoWatch: true is set, so the tests will be automatically be rerun if one of the files changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 55.9%
  • JavaScript 30.1%
  • CSS 14.0%