Skip to content

Artemitol/ITAM_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITAM shop

Introduction

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

Catalog functionality

Login

Login page

Admin panel

Admin panel

Create new product

Create new product

Installation and running the application

To get started with ITAM Shop, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/ITAM_shop.git
  2. Navigate to the project directory:

    cd ITAM_shop
  3. 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
  4. Start the project:

    docker-compose up
  5. Stop the application:

    docker-compose down

Usage

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.

Features

  • 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.

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published