An implementation of ASP.NET Core 3.1 web application with MVC architecture using Entity Framework Core in memory database for default user identity
This is an implementation of ASP.NET Core 3.1 web application with MVC architecture using Entity Framework Core in memory database for default user identity. No database engine needed! The app flush data once it stops execution.
Command Line instructions
git clone https://github.com/JulioMelchorPinto/beaverNet.InMemoryWebApp.git
cd beaverNet.InMemoryWebApp/
dotnet tool restore
dotnet restore
dotnet dev-certs https --trust
dotnet build --project beaverNet.InMemoryWebApp/beaverNet.InMemoryWebApp.csproj
dotnet run --project beaverNet.InMemoryWebApp/beaverNet.InMemoryWebApp.csproj --launch-profile beaverNet.InMemoryWebApp
Sponsor: