Attendance registration application for Kiskunlacháza Warriors based on @reinink's PingCRM demo application.
Clone the repo locally:
git clone https://github.com/ettemlevest/warriors-attendance.git warriors-attendance
cd warriors-attendance
Install PHP dependencies:
composer install
Install NPM dependencies:
npm install
Build assets:
npm run dev
Setup configuration:
cp .env.example .env
Generate application key:
php artisan key:generate
Create an SQLite database. You can also use another database (MySQL, Postgres), simply update your configuration accordingly.
touch database/database.sqlite
Run database migrations:
php artisan migrate
Run database seeder:
php artisan db:seed
Start php development server
php artisan serve
You're ready to go! Open link in your browser, and login with:
- Username: [email protected]
- Password: secret
The MIT License (MIT). Please see License File for more information.