Skip to content

An implementation of ASP.NET Core 3.1 web application with MVC architecture using Entity Framework Core in memory database for default user identity

License

Notifications You must be signed in to change notification settings

JulioMelchorPinto/beaverNet.InMemoryWebApp

Repository files navigation

.NET Core

beavernet beaverNet

In-Memory Identity web application

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.

Prerequisites

Run this app

Command Line instructions

  1. Clone this repository:
git clone https://github.com/JulioMelchorPinto/beaverNet.InMemoryWebApp.git
  1. Enter directory
cd beaverNet.InMemoryWebApp/
  1. Restore project's tools
dotnet tool restore
  1. Restore NuGet packages
dotnet restore
  1. Install dev certificates
dotnet dev-certs https --trust
  1. Build principal project
dotnet build --project beaverNet.InMemoryWebApp/beaverNet.InMemoryWebApp.csproj
  1. Run with dotnet command
dotnet run --project beaverNet.InMemoryWebApp/beaverNet.InMemoryWebApp.csproj --launch-profile beaverNet.InMemoryWebApp

Samples

beavernet beavernet

Sponsor:

paypal]

About

An implementation of ASP.NET Core 3.1 web application with MVC architecture using Entity Framework Core in memory database for default user identity

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages