Expiry is built with Laravel 7, so to use the software your system should meet Laravel 7 requirements. Please refer to Laravel Installation for more details.
run git clone the software.
$ git clone https://github.com/nelisys/expiryrun composer install the required packages
$ composer installcreate file .env by copy from example configuration
$ cp .env.example .envedit database configuration in file .env
$ vi .env
DB_DATABASE=expiry
DB_USERNAME=expiry
DB_PASSWORD=secretrun artisan to generate application key
$ php artisan key:generaterun artisan to migrate and seed testing data
$ php artisan migrate:fresh --seedrun npm to compile css, js files
$ npm install$ npm run devrun local testing web server
$ php artisan serveThe default email and password, is admin@example.com/admin1234.
Expiry is open-sourced software licensed under the MIT license.