This is just a very basic application built on ASP.net Yo and Microsofts' MVC. Mostly just a learning resource for me so I could introduce myself to ASP. Based of off a scotch school class.
To install you'll need asp.net core and Yo then:
-
CD into the project directory
-
Run
dotnet restore
-
Run
npm install
-
Run
dotnet watch run
-
Any issues, report them here and I'll try to help if I can. (asp noob)