Panda.DynamicWebApi
ASP.NET Core Dynamic Restful WebApi. Generating WebApi from Classes. Such as: Direct Generation of WebApi Based on Business Logic Layer.
File Explorer
Download Latest Version (.zip)- build_and_publish_nuget.yml
- 0F703DDD.png
- 1560265120580.png
- Alipay.AopSdk.AspnetCore.svg
- common.ps1
- pack.ps1
- push_packages.ps1
- CreateStudentInput.cs
- StudentOutput.cs
- UpdateStudentInput.cs
- IApplicationService.cs
- IStudentAppService.cs
- StudentAppService.cs
- Xc.StuMgr.Application.csproj
- ValuesController.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- Program.cs
- Startup.cs
- Xc.StuMgr.WebHost.csproj
- XiaoChen.StudentManagement.sln
- Other.Controller.csproj
- OtherService.cs
- ValuesController.cs
- UpdateAppleDto.cs
- AppleAppService.cs
- IApplicationService.cs
- MyService.cs
- ServiceActionRouteFactory.cs
- ServiceLocalSelectController.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- Panda.DynamicWebApiSample.csproj
- Program.cs
- Startup.cs
- ServiceAbsAttribute.csproj
- ServiceAttribute.cs
- DynamicWebApiAttribute.cs
- NonDynamicMethodAttribute.cs
- NonDynamicWebApiAttribute.cs
- ExtensionMethods.cs
- ReflectionHelper.cs
- ServiceCollectionExtensions.cs
- TypeHelper.cs
- AppConsts.cs
- AssemblyDynamicWebApiOptions.cs
- DynamicWebApiControllerFeatureProvider.cs
- DynamicWebApiConvention.cs
- DynamicWebApiOptions.cs
- DynamicWebApiServiceExtensions.cs
- IActionRouteFactory.cs
- IDynamicWebApi.cs
- ISelectController.cs
- Panda.DynamicWebApi.csproj
- .gitignore
- LICENSE
- Panda.DynamicWebApi.sln
- README.md
- README_zh-CN.md
- version.props
# Installation Guide
1. Get the code
git clone https://github.com/pda-team/Panda.DynamicWebApi
Downloads the entire project code from GitHub to your computer.
cd Panda.DynamicWebApi
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
