Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.75 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.75 KB

✨ 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

inventory-management

inventory-management

inventory-management-app-