Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 540 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 540 Bytes

Cotton Road

💊 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

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.