Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Example Project of Asp.Net Core, Entity Framework, Bootstrap and Angular Person Repository Web App

Notifications You must be signed in to change notification settings

howardderekl/DotNetCorePerson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetCorePerson

Example Project of Asp.Net Core, Entity Framework, Bootstrap and Angular Person Repository Web App

Pre Reqs

First make sure you have installed these prerequisites. Things will not work without them!

  • Visual Studio 2015 Update 3. Note that Update 2 is not enough. You need Update 3, because it fixes some issues with NPM, plus it’s a prerequisite for TypeScript 2.0. link
  • .NET Core 1.0.1 Link
  • TypeScript 2.0 for Visual Studio 2015. If Visual Studio keeps complaining Cannot find name 'require', it’s because you forgot to install this.
  • Node.js version 4 or later. We temporarily don’t support Node 0.x because of this issue, but might re-add support for Node 0.x in the future. To check your Node version, run node -v in a command prompt. Link

Project Setup

  • Clone the project in Visual studio
  • Build and restore packages
  • from a command prompt at the HumansOfNewYork project level run: dotnet ef database update
  • Run the project
  • enjoy

About

Example Project of Asp.Net Core, Entity Framework, Bootstrap and Angular Person Repository Web App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published