Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.21 KB

MY NOTES SAMPLE APPLICATION

This sample application contains the basic componetents of an Ncqrs bases application. It is build with ASP.NET MVC2 and the Ncqrs Framework.

GETTING IT UP AND RUNNING

What do you need to run this sample app?

  1. Visual Studio 2010
  2. Microsoft SQL 2005 Express or higher
  3. Microsoft MVC3

Follow these steps to get the website running.

  1. Run BUILD.bat in the root folder (two up).
  2. Open MyNotes.sln with Visual Studio 2010 (Run as Administrator http://stackoverflow.com/questions/6898597/visual-studio-unable-to-open-port-to-host-wcf-service).
  3. Run MyNotesEventStore.sql to create the event store database.
  4. Run MyNotesReadModel.sql to create the read model database.
  5. If needed (this step is not needed when you run the default SQL express), update ReadModelContainer connection string in
    • CommandService\Web.config
    • ReadModel\App.config
    • Website\Web.config
  6. Set Website and ApplicationService as default startup project.
  7. Hit F5 and have fun!

CONTACT

If you have any questions or feedback, contact me via: - Twitter: http://twitter.com/ncqrs - Mail: ncqrs-dev@googlegroups.com