sample-NerdDinner

OTHER License

Stars
2
Committers
2

NerdDinner 1.0 Sample

NerdDinner 1.0 is an ASP.NET Core sample application based on the ASP.NET MVC 2009 project with the same name. This repository is a working single page application(SPA) sample that uses Angular 1 and ASP.NET Core 1.0.
Set Up

Prerequisite Download .NET Core for Windows, Linux, Mac for more options please visit the dot.net.

Running NerdDinner 1.0 Sample

  1. Clone the sample-NerdDinner application
   git clone https://github.com/aspnet/sample-NerdDinner.git
  1. Navigate to your local copy of the sample-NerdDinner and, restore the packages specified in the project.json file.
   cd sample-NerdDinner
   dotnet restore 

enter image description here 3. Navigate to the NerdDinner.web folder and run the application

   cd NerdDinner.web
   dotnet run 

dotnetrunlocalhost 4. Navigate tolocalhost:5000 localhost

Ready to go sample

  1. NerdDinner 1.0 is ASP.NET Core 1.0 application and will run on Windows, Linux,and Mac.

  2. This sample uses SQLite backend.

    • Notice that when you run the application dotnet run the SQLite database is built
      buildingthedb

Thank you for using the sample-NerdDinner application.