Skip to content

MimisK13/inventory-management-system

 
 

Repository files navigation

✨ Inventory Management System

Inventory Management System with Laravel 10 and MySql.

Dashboard

💀 Design Database

Diagram Class

😎 Features

  • POS
  • Orders
    • Pending Orders
    • Complete Orders
    • Pending Due
  • Purchases
    • All Purchases
    • Approval Purchases
    • Purchase Report
  • Products
  • Customers
  • Suppliers

🚀 How to Use

  1. Clone Repository git clone https://github.com/fajarghifar/inventory-management-system
  2. Go into the repository cd inventory-management-system
  3. Install Packages composer install
  4. Copy .env file cp .env.example .env
  5. Generate app key php artisan key:generate
  6. Setting up your database credentials in your .env file.
  7. Seed Database: php artisan migrate:fresh ---seed
  8. Create Storage Link php artisan storage:link
  9. Install NPM dependencies npm install && npm run dev
  10. Run php artisan serve
  11. Try login with email: [email protected] and password: password

🚀 Config

  1. Config Chart

    Open file ./config/cart.php. You can set a tax, format number, etc.

    For More details, visit this link hardevine/shoppingcart.

📝 Contributing

If you have any ideas to make it more interesting, please send a PR or create an issue for a feature request.

🤝 License

Github @fajarghifar  ·  Instagram @fajarghifar

About

✍Building an Inventory Management System with Laravel 10.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 31.4%
  • Blade 26.6%
  • CSS 26.0%
  • PHP 16.0%