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

Folders and files

NameName
Last commit message
Last commit date
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024
Nov 15, 2024
Nov 15, 2024
Dec 18, 2024
Nov 16, 2024
Nov 16, 2024

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.