Getting started template for MDriven MVC
This page was created by Alexandra on 2018-11-04. Last edited by Stephanie on 2025-03-11.
To get started with an MDriven MVC project, clone this project at CodePlex: https://mdrivenmvc.codeplex.com/
Do this:
- Make sure you have MDriven Framework installed in VisualStudio
- Navigate to https://mdrivenmvc.codeplex.com/ and download the source – as a zip with git.
- 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:
You can now change the model, generate code and deploy to your MDriven Server.