Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sejuti-sarker-tinny/inventory_management_system


https://github.com/sejuti-sarker-tinny/inventory_management_system

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        


Inventory Management System



## Quick Installation

git clone https://github.com/Sejuti-Sarker-Tinny/Inventory_Management_system

cd Inventory_Management_System

### Composer

composer update

### For Environment Variable Create

cp .env.example .env

### For Migration table in database Create database name as ```IMS```

php artisan migrate


### Server ON ```url: http://127.0.0.1:8000/```

php artisan serve