This article was moved to MDriven Wiki – Getting started template for MDriven MVC
In order to get started with a MDriven MVC project clone this project at CodePlex: https://mdrivenmvc.codeplex.com/
Go like this:
1. Make sure you have MDriven Framework installed in VisualStudio
2. Navigate to https://mdrivenmvc.codeplex.com/ and download source – as a zip of with git
3. Once you have the source on your local hard drive open it with VisualStudio (2012 or 2013)
4. Enable nuget package restore on the solution:
5. Verify that it builds:
6. Change the settings for the persistence mapper:
Now you can change the model, generate code and deploy to your MDriven Server
3 Responses to Getting started template for MDriven MVC