Skip to content
master
Switch branches/tags
Code
This branch is up to date with master.
Contribute

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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.
   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

newnerddinner

Ready to go sample

  1. NerdDinner 1.0 is ASP.NET Core 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.