Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x3b3fc/ims
https://github.com/0x3b3fc/ims
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0x3b3fc/ims
- Owner: 0x3b3fc
- Created: 2024-11-20T01:28:14.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T01:53:46.000Z (about 2 months ago)
- Last Synced: 2024-11-20T02:36:48.311Z (about 2 months ago)
- Language: PHP
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Management System
## Description
This is a simple inventory management system that allows users to add, update, delete, and view products in an inventory. The system is built using Laravel & mysql database.## Features
- User authentication
- User roles (admin, manager, viewer)
- User management
- Add, update, delete, and view categories
- Add, update, delete, and view products
- Search products by name
- Filter products by category id
- Filter products by sku
- Add, update, delete, and view orders
- View order details
- View order history
- view product history## Installation
1. Clone the repository
2. Run `composer install`
3. Create a `.env` file by copying the `.env.example` file
4. Run `php artisan key:generate`
5. Configure the database in the `.env` file
6. Run `php artisan migrate --seed`
7. Run `php artisan serve`## Usage
1. Visit `http://localhost:8000` in your browser
2. the docs in `http://localhost:8000/docs/api` in your browser
3. you can download the docs in `http://localhost:8000/docs/api` to use in postman or you can use it from the ui
2. Login with the default credentials:
- Admin:
- Email: `[email protected]`
- Password: `password`
- Manager:
- Email: `[email protected]`
- Password: `password`
- viewer:
- Email: `[email protected]`
- Password: `password`## License
this project is a test project by sief hesham as a task (Duration: 2 days)