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.1 |
Author(s): | Zachry Baker |
Last Update: | Thursday, October 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ReactAdminRestServer |
Install
Install-Package ReactAdminRestServer
dotnet add package ReactAdminRestServer
paket add ReactAdminRestServer
ReactAdminRestServer 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