Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nkovacic/sample-asp.net-project

Showcase ASP.NET project using Angular and Entity.Framework
https://github.com/nkovacic/sample-asp.net-project

angular angular6 asp-net asp-net-mvc asp-net-web-api asp-net-web-api-2 autofac csharp owin

Last synced: 1 day ago
JSON representation

Showcase ASP.NET project using Angular and Entity.Framework

Awesome Lists containing this project

README

        

# Sample-ASP.NET-project

Steps to run this ASP.NET project

1. cd Sample.Web && npm install
2. Create connectionString with name "DbContext" in ConnectionStrings.config in Sample.WebApi

```xml

```

3. Project must have multiple startup projects (Solution Properties -> Common Properties -> Multiple startup projects: Sample.Web and Sample.WebApi
4. Run project