Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sejuti-sarker-tinny/inventory_management_system
- Owner: Sejuti-Sarker-Tinny
- Created: 2024-11-26T16:32:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-26T16:33:12.000Z (about 1 month ago)
- Last Synced: 2024-11-26T17:32:43.694Z (about 1 month ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### Composercomposer 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