An example solution using ASP MVC 6 (vNext), EF7
###Front page shows a search bar for customer and charts of the dataset.###
###Edit page for editing of customer data.###
Some configs before starting, see config.json in CMService and CMClient folders.
-
Persistence: SQL or Graph (Graph coming in the future...)
-
SeedDataOnStartup: delete datastore and save sample customer data
-
Client:URI: "path to web client (allow CORS requests)"
-
Service:URI: "path to service API"