An open API service indexing awesome lists of open source software.

https://github.com/aelfproject/backend-templates


https://github.com/aelfproject/backend-templates

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ABP 8 + Orleans 7 Backend Templates

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.

## Table of Contents

- [Introduction](#introduction)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Available Templates](#available-templates)
- [Contributing](#contributing)
- [License](#license)

## Introduction

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.

## Prerequisites

Before you begin, ensure you have met the following requirements:

- [.NET 8.0+ SDK](https://dotnet.microsoft.com/download/dotnet)

## Installation

1. Install the package using the following command:

```bash
dotnet new install AElf.BackendTemplates
```

## Available Templates

The repository includes the following templates:

1. **Basic Template**
- A simple setup with ABP and Orleans integration.
```shell
dotnet new aelf-abp-orleans -n NewTemplate
```

## Contributing

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.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.