https://github.com/aelfproject/backend-templates
https://github.com/aelfproject/backend-templates
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aelfproject/backend-templates
- Owner: AElfProject
- License: mit
- Created: 2024-07-05T06:48:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T05:08:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T13:38:47.409Z (about 1 year ago)
- Language: JavaScript
- Size: 2.31 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.