This repository contains a collection of backend templates combining the ABP framework (version 8) with Microsoft Orleans (version 7). These templates are designed to help developers quickly set up scalable and robust distributed applications.
The templates in this repository provide a solid starting point for developing microservices and distributed systems using the ABP framework and Microsoft Orleans. Each template includes the necessary project structure, dependencies, and basic configurations to get you up and running quickly.
Before you begin, ensure you have met the following requirements:
-
Install the package using the following command:
dotnet new install AElf.BackendTemplates
The repository includes the following templates:
- Basic Template
- A simple setup with ABP and Orleans integration.
dotnet new aelf-abp-orleans -n NewTemplate
Contributions are welcome! Please open an issue or submit a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.