Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 752 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 752 Bytes

CustomerManagement

An example solution using ASP MVC 6 (vNext), EF7

###Front page shows a search bar for customer and charts of the dataset.###

alt tag

###Edit page for editing of customer data.###

alt tag


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"