EShopMicroservices

Overview

EShopMicroservices is a sample e-commerce application built using microservices architecture. The project demonstrates the use of various technologies and patterns to create a scalable and maintainable system.

Features

Technologies Used

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/mirkankacan/EShopMicroservices.git
    
    cd EShopMicroservices
    
  2. Build and run the Docker containers:
    docker-compose up --build
    
  3. Open the solution in Visual Studio 2022 and build the project.

Running the Application

  1. Ensure Docker is running.
  2. Start the application by running the Docker containers:
    docker-compose up
    
  3. Open your browser and navigate to http://localhost:6005 or https://localhost:6065 to access the Blazor front-end.

Project Structure

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

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

Contact

For any questions or feedback, please contact [kacanmirkan@gmail.com].