It is a web application to manage inventories or warehouses:
- Company Registration
- Products Administration
- Check inventory
- Unit Movements
- Stock control model
- Locations
- Reports
You only need to have Docker already installed!!
Once docker is installed, download the repository:
git clone https://github.com/LogoSSoftech/LogosWarehouse.git
cd LogosWarehouse
Build the Project:
sudo docker-compose -f docker-compose.yml up -d --b
Go to your favorite browser and go to:
http://0.0.0.0:8000/core/dashboard/
By @DDBCDVD