Built with Laravel and VueJS
- PHP 5.6+
- Composer
- Clone the repo
git clone git@github.com:rosemalejohn/UM-QMO.git
- Install dependencies
composer install
- Install node modules
npm install
- Run migrations
php artisan migrate
- Seed the database
php artisan db:seed
gulp watch
orgulp watch --production
to minify assets
- Boot up the server
php artisan serve