Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/le4ndro/track
Sample ASP.NET MVC 5 application, demonstrating a layered application architecture.
https://github.com/le4ndro/track
autofac automapper codefirst ef6 mvc5
Last synced: 2 months ago
JSON representation
Sample ASP.NET MVC 5 application, demonstrating a layered application architecture.
- Host: GitHub
- URL: https://github.com/le4ndro/track
- Owner: le4ndro
- License: mit
- Created: 2018-02-14T13:24:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T17:46:34.000Z (6 months ago)
- Last Synced: 2024-07-14T18:19:31.637Z (6 months ago)
- Topics: autofac, automapper, codefirst, ef6, mvc5
- Language: C#
- Homepage:
- Size: 521 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Track
Sample ASP.NET MVC 5 application, demonstrating a layered application architecture.Technologies
------------
* ASP.NET MVC 5
* EF 6 Code First
* AutoMapper
* Autofac
* Twitter Bootstrap
* jQueryPatterns & Practices
---------------------
* Domain Driven Design (DDD)
* Repository Pattern & Generic Repository
* Unit of Work
* Dependency InjectionRunning the Application
-----------------------1. Open the solution in Visual Studio 2017. Build the solution to install Nuget packages.(This will automatically restore Nuget packages.)
2. Create the ConnectionStringsSecrets.config file inside Track.Web project and edit it as folows:
```
```
3. Run the application