Skip to content

nelisys/expiry

Repository files navigation

Expiry

Requirements

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.

Installation

run git clone the software.

$ git clone https://github.com/nelisys/expiry

run composer install the required packages

$ composer install

create file .env by copy from example configuration

$ cp .env.example .env

edit database configuration in file .env

$ vi .env
DB_DATABASE=expiry
DB_USERNAME=expiry
DB_PASSWORD=secret

run artisan to generate application key

$ php artisan key:generate

run artisan to migrate and seed testing data

$ php artisan migrate:fresh --seed

run npm to compile css, js files

$ npm install
$ npm run dev

run local testing web server

$ php artisan serve

The default email and password, is admin@example.com/admin1234.

License

Expiry is open-sourced software licensed under the MIT license.

About

Product Expiry Tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published