AElfProject / aelf-dapp-factory

DApp Factory offers tools, resources, services or dApp sample projects to help anyone create and deploy dApp more easily.
MIT License
0 stars 0 forks source link

Create a HttpApi.Host project for Backend Template using ABP framework and Orleans #15

Closed zhifenglee-aelf closed 3 months ago

zhifenglee-aelf commented 3 months ago

Expected Behavior

Developer is able to spin up a backend template with HttpApi.Host project in C# with ABP framework and Orleans setup.

Specifications

As a developer, I would like to start a backend project with HttpApi.Host in C# with ABP framework and Orleans setup easily by using a template so that I can easily iterate on it and customise it with my own business logic.

Features:

Development Tasks:

Dependencies

nil

References

nil

zhifenglee-aelf commented 3 months ago

IClusterClient dependency issue fixed with [assembly: GenerateCodeForDeclaringAssembly(typeof(Grains.Grains.HelloGrain))]

zhifenglee-aelf commented 3 months ago

Setup CI/CD and package