Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0x3b3fc/ims


https://github.com/0x3b3fc/ims

Last synced: about 2 months ago
JSON representation

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)