Stock Web

How to use

  • Clone the repository with git clone https://github.com/jirath-arn/Stock_Web.git
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate:fresh --seed (it has some seeded data for your testing)
  • That's it: launch the main URL and login with default credentials (admin@admin.com - 12345678) or (user@user.com - 12345678)