The Salcedo Doctor's Hospital Equipment Inventory System is a native PHP-based application designed to manage and track hospital equipment efficiently. The system runs using Docker, ensuring seamless deployment and operation.
- Docker: Ensure Docker is installed on your system.
- Clone the repository:
git clone https://github.com/Salcedo-HDF/sdh-equipment-inventory.git cd sdh-equipment-inventory
- Build the docker containers:
docker-compose build
- Start the docker containers:
docker-compose up -d
- Access the system
- Open your browser and navigate to http://localhost:8080 to start using the inventory system.