ITAM Shop is a powerful web application for managing your online store. It provides all the necessary tools for efficient management of products, orders, and customers.
Catalog functionality |
Login page |
Admin panel |
Create new product |
To get started with ITAM Shop, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/ITAM_shop.git
-
Navigate to the project directory:
cd ITAM_shop
-
Install and start Docker:
# Install Docker sudo apt-get update sudo apt-get install -y docker.io # Ensure Docker is installed correctly sudo systemctl start docker sudo systemctl enable docker docker --version # Install Docker Compose sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose # Ensure Docker Compose is installed correctly docker-compose --version
-
Start the project:
docker-compose up
-
Stop the application:
docker-compose down
After starting the application, you can access it in your web browser at http://localhost:5173. From there, you can start adding and managing your IT assets.
- Inventory management: Manage inventory levels and receive notifications when stock is running low.
- User management: Control access to the application with user roles and permissions.
We welcome contributions! Please fork the repository and submit a pull request with your changes. Make sure to follow the project's coding standards and include tests for any new features or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.