This project is an inventory management system for the HRDC Warming Hut in Bozeman, Montana. Our system helps:
To obtain and install the software, follow these steps:
.env
file in the project's base directory.make build
docker-compose --env-file .env -f compose.yaml build
Before running the software, ensure Docker is installed and that a .env
file exists in the base directory.
make build
, then
make dev
. If a .env
file does not exist, create one using
touch .env
.
docker-compose --env-file .env -f compose.yaml build
to build and
docker-compose --env-file .env -f compose.yaml up
to run. If a .env
file does not exist, create one using
New-Item .env
.
The website consists of two main parts: the login page and the homepage, which displays a table of all inventory items.
Admin users can add and delete items. Each item includes:
Additional features include:
Access the system at: HRDC Inventory System