EasyBuy is a domain-driven design (DDD) based e-commerce application.
- Domain entities and value objects
- Order and Basket management
- User authentication and authorization
- Delivery method integration
- Clone the repository:
git clone https://github.com/dogaaydinn/easybuy.git
- Navigate to the project directory:
cd easybuy
- Restore the dependencies:
dotnet restore
- Build the project:
dotnet build
- Run the application:
dotnet run
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "feat: add new feature"
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.