Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
* jQuery

Patterns & Practices
---------------------
* Domain Driven Design (DDD)
* Repository Pattern & Generic Repository
* Unit of Work
* Dependency Injection

Running 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