Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nkovacic/sample-asp.net-project
- Owner: nkovacic
- License: apache-2.0
- Created: 2018-11-12T21:44:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T06:59:11.000Z (about 6 years ago)
- Last Synced: 2023-03-01T17:15:59.881Z (over 1 year ago)
- Topics: angular, angular6, asp-net, asp-net-mvc, asp-net-web-api, asp-net-web-api-2, autofac, csharp, owin
- Language: C#
- Size: 303 KB
- Stars: 2
- Watchers: 2
- Forks: 86
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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