Skip to content

EasyBuy e-commerce application, which is built using domain-driven design (DDD) principles(in progress)

License

Notifications You must be signed in to change notification settings

dogaaydinn/EasyBuy.BE

Repository files navigation

EasyBuy

EasyBuy is a domain-driven design (DDD) based e-commerce application.

Table of Contents

Features

  • Domain entities and value objects
  • Order and Basket management
  • User authentication and authorization
  • Delivery method integration

Installation

  1. Clone the repository:
    git clone https://github.com/dogaaydinn/easybuy.git
  2. Navigate to the project directory:
    cd easybuy
  3. Restore the dependencies:
    dotnet restore

Usage

  1. Build the project:
    dotnet build
  2. Run the application:
    dotnet run

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m "feat: add new feature"
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

License

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