https://github.com/moneydash/laravel-react-inventory
Inventory System made with PHP Laravel and React JS Framework
https://github.com/moneydash/laravel-react-inventory
inventory inventory-management laravel material-design material-ui mui mysql nodejs php react reactjs warehouse-management
Last synced: 5 months ago
JSON representation
Inventory System made with PHP Laravel and React JS Framework
- Host: GitHub
- URL: https://github.com/moneydash/laravel-react-inventory
- Owner: Moneydash
- License: other
- Created: 2024-02-18T02:12:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T18:13:03.000Z (over 1 year ago)
- Last Synced: 2025-04-05T21:30:41.414Z (about 1 year ago)
- Topics: inventory, inventory-management, laravel, material-design, material-ui, mui, mysql, nodejs, php, react, reactjs, warehouse-management
- Language: JavaScript
- Homepage:
- Size: 10.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inventory IQ
Open "Fair-Code" Source Inventory System made with PHP Laravel and React JS Framework
```
🚀 Give a star ⭐ & fork this project... Happy Coding! 😁
```
## License
Inventory IQ is a Free Open Source [fair-code](http://faircode.io) distribution
## Features
This project is currently on development and enhancements but some of the features includes are:
```
● Product Management 🍔
● Warehouse Management 🏨
● CRM 🧑🤝🧑
● HR Management 🧑🤝🧑
```
Some more features will be added, stay tuned...
## Deployment of the Project on the Local
To deploy this project, make sure you've installed:
```
● Docker
● docker compose
```
---
#### Steps to install
Run the following in the terminal inside the root folder of the project.
```
docker compose up -d --build
```
This will build the folder and run your application. To setup the database of your application in the docker, run the command:
```
● docker exec -it [[**container_id_here**]] bash
● ./BackendSetup.sh
```
to stop the running application, just run:
```
docker compose down
```