Welcome to the Kandari Inventory Management System (KIMS), a comprehensive inventory management solution designed with a focus on responsiveness and ease of use. This system provides a robust platform for managing products, categories, brands, units, suppliers, purchases, orders, and customers, along with sales management.
- Products: Manage your product catalog effectively with detailed product information.
- Category: Organize your products into various categories for easy retrieval.
- Brands: Keep track of different brands associated with your products.
- Units: Measure and manage your products in various units.
- Suppliers: Maintain records of your suppliers for seamless procurement.
- Purchases: Track your purchase activities and manage your inventory accordingly.
- Orders: Handle customer orders efficiently and accurately.
- Customers: Manage your customer base and their transactions.
- Sales Management: Monitor your sales activities and generate reports.
- User Authentication: Secure sign-up and sign-in processes.
- Role Changes: Assign roles and permissions to users for efficient access control.
To get started with KIMS, clone the repository from GitHub:
git clone https://github.com/dew97-tech/KIMS.git
Follow the mentioned instructions to run:
- Open terminal
- Run:
https://github.com/dew97-tech/KIMS.git
- Run:
cd KIMS
- Run:
composer install
- Run:
cp .env.example .env
- Update .env with you database information
- Run:
php artisan key:generate
- Run:
php artisan migrate
- Run:
php artisan db:seed --class=UserRoleSeeder
- Run:
php artisan serve
- Open browser
- Go to link http://localhost:8000 After cloning the repository, navigate to the project directory and install the required dependencies. You can then run the application locally.
Contributions are always welcome! Please read the contribution guidelines before getting started.
This project is licensed under the MIT License - see the LICENSE file for details.
For more details about KIMS, visit the repository.
Feel free to use this Markdown content for your project's README.md file.