A .Net Core REST API builder that auto generates EF entities automapped to CRUD models and exposes them in a react-admin - compatible REST dialect.
Info
Version: | 1.0.2 |
Author(s): | Zachry Baker |
Last Update: | Thursday, October 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/React-Admin-RestServer |
Install
Install-Package React-Admin-RestServer
dotnet add package React-Admin-RestServer
paket add React-Admin-RestServer
React-Admin-RestServer Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 10.0.0)
- AutoMapper.Extensions.Microsoft.DependencyInjection(>= 8.0.1)
- LinqKit(>= 1.1.17)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.EntityFrameworkCore(>= 3.1.8)
- System.Linq.Dynamic.Core(>= 1.2.2)
Tags