Skip to content

Web Application implemented using ASP.NET MVC Core, ASP.NET Identity Core, Entity Framework Core and Blazor created as a learning project with the goal of implementing a Web App.

nuno-tiago-reis/asp-net-core-blazor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Memento.Movies

Memento.Movies is a web-application using ASP.NET Core Blazor Server and Blazor WebAssembly created as a learning project following Felipe Gaviláns' Udemy course as a base line.

Prerequisites

To deploy this application it is assumed that the following files exists:

  • secrets.json

This file can be accessed from Visual Studio > Project > Manage Secrets. It is located in a folder following this pattern: "C:\Users\{user}\AppData\Roaming\Microsoft\UserSecrets\{guid}\secrets.json"

It should follow this template:

secrets.json

{
	"AppSettings":
	{
	},
	"ConnectionStrings":
	{
	}
}

About

Web Application implemented using ASP.NET MVC Core, ASP.NET Identity Core, Entity Framework Core and Blazor created as a learning project with the goal of implementing a Web App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published