• Stars
    star
    128
  • Rank 281,044 (Top 6 %)
  • Language
    PHP
  • Created about 4 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An Inventory and Sales Management System using Laravel 7, Vue js and RESTful API (SPA)

Inventory and Sales Management System (SPA)

An Inventory and Sales Management System using Laravel 7 (PHP Framework), Vue js and RESTful API with support for MySQL databases. It's a Single Page Application (SPA)

Features

  • Employee Management
  • Supplier Management
  • Product Management
  • Expense Management
  • Pay Salary to Employee

Packages Used

  • Vue Router
  • Raung Admin Template
  • Jwt Auth
  • Sweetalert2 intigration with vue
  • Noty intigration with vue
  • Image Intervention

Installation Instruction

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (It has some seeded data for your testing)
  • Run npm install && npm run prod
  • That's it: launch the main URL and login with default credentials [email protected] - password

Contribution Guideline

  • Fork the repository
  • Clone the repository locally
  • Run git checkout dev
  • Create a new local branch
  • Work on your local branch
  • Push to remote
  • When work is tested, done or ready, push to remote
  • Merge to dev

License

The Laravel Forum is open-sourced software licensed under the MIT license.