Skip to content

twocngdagz/appetizer-test

Repository files navigation

About this project

A simple SPA using Laravel, Bootstrap and Vue

  • Crawl the data from 2018 PSHS NCE Passers
  • List the passers alphabetically and paginated by 50 records.
  • Search by name, school and division using full-text search.
  • Can add a passer.
  • Has a summary page of school with the number of passers.

Install

Install the composer dependencies

composer install

Migrating passers table

php artisan migrate

Grabbing data from 2018 PSHS NCE Passers

php artisan crawl:nce

Assets

Installing front end dependencies requires npm.

npm install

To build assets run:

npm run dev

About

SPA using Laravel, Bootstrap and Vue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published