Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 689 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 689 Bytes

💊 Inventory management system for drugs 💉

Initial setup

$ cp .env.example .env
$ composer install
$ php artisan key:generate
$ touch database/database.sqlite
$ php artisan migrate --seed
$ php artisan serve

DB Rebuilding

$ php artisan migrate:fresh --seed

Maintenance mode

$ php artisan down  // Switch to maintenance mode
$ php artisan up    // Switch to normal mode

Dev account information

Type User ID Password
admin admin password
employee employee password
seller seller password
customer customer password
  • Employee has some of the authority of admin.