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

πŸ’Š Inventory management system for drugs πŸ’‰

License

Notifications You must be signed in to change notification settings

tyokinuhata/cotton-road

Repository files navigation

πŸ’Š 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.

About

πŸ’Š Inventory management system for drugs πŸ’‰

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •