Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 3.08 KB

README.md

File metadata and controls

74 lines (61 loc) · 3.08 KB

Supermarket Inventory Management System

Image Description

This practice project is designed to manage categories and products in a supermarket, facilitating effective inventory management and product organization. It features a robust categories management system that allows users to easily create, edit, and delete product categories, ensuring a well-organized inventory. Users can also manage products by adding, editing, and removing items, complete with detailed information such as name, price, quantity, and category assignment. The system includes inventory control functionalities to keep track of stock levels, aiding in inventory oversight and restocking processes. Additionally, the frontend is built with Tailwind CSS, providing a responsive and mobile-friendly user experience.

Technologies Used

  • Laravel: PHP framework for building modern web applications.
  • MySQL or Sqlite: Database management system to store categories and product information.
  • Blade: Laravel's templating engine for building dynamic user interfaces.
  • Tailwind CSS: Utility-first CSS framework for a clean and responsive design.
  • Vite: Development tool for fast builds and optimized asset bundling.
  • PHP: Backend programming language.

How to Use

  1. Clone the repository:
git clone https://github.com/Riwi-io-Medellin/SupermarketLee.git

Clone the repository, preferably using the SSH security key or you can also use the HTTPS method.

ejemplo

  1. Navigate to the Project Directory:
cd SupermarketLee
  1. Switch to Your Working Branch:
git checkout -b yourBranchName
  1. If necessary, Fetch the Latest Changes:
git pull origin develop
  1. Install Project Dependencies:
composer install
npm install
  1. Set up the environment file:
cp .env.example .env
  1. Generate the application key:
php artisan key:generate
  1. Set up the database and run migrations:
php artisan migrate
  1. If you want you can load the seed data:
php artisan db:seed
  1. Run the development server and build the frontend:
composer run dev

Contributing

Contributions are welcome! If you have any suggestions, feature requests, or bug reports, please open an issue or submit a pull request to the branch develop

License

© 2024 Riwi. All rights reserved.

The content of this project, including but not limited to text, images, graphics, and code, is the property of Riwi and is protected by copyright laws. It may not be reproduced, distributed, modified, or transmitted in any form or by any means without the prior written permission of Riwi.

For inquiries regarding the use or distribution of this project, please contact Riwi at formacion@riwi.com.