Welcome to Computer Equipment Accounting Systems!
This project helps you manage and account for computer equipment in an organized and scalable way. It leverages Docker for easy setup and includes a migration script to configure your environment.
Below are some screenshots of the application, located in the images/ directory.
| Main Screen | Main Table | Custom Table |
|---|---|---|
![]() |
![]() |
![]() |
Follow these commands to set up the project locally:
# Clone the repository
git clone https://github.com/stick231/Computer-equipment-accounting-systems.git
# Open project
cd Computer-equipment-accounting-systems
# Copy environment variables example to .env
mv .env.example .env
# Build and run the containers in detached mode
docker-compose up --build -d
# Run the migration script inside the container
docker exec -it <container_name_or_id> php /var/www/migration.php
# If use default settings run this command
docker exec -it webT php /var/www/migration.php- You must create a
.envfile based on.env.exampleand update it with your actual configuration.
Feel free to fork the repo and submit pull requests!
This project is licensed under the MIT License.
Happy accounting!


