F1.17 Php Laravel(Lumen) Repeat all the steps for other ViewModels (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

Note 1:

So far we have generated php-microservices only for LitGenreView. What about the rest?

Note 2:

As it was mentioned at the end of "E1.07"-article we start with master-entities and end with detail entities.

Here is the correct order of ViewModels to generate code:

  1. LitGenreView
  2. LitEditionView
  3. LitCountryView
  4. LitLanguageView
  5. LitDialectView
  6. LitPublisherView
  7. LitAuthorView
  8. LitManuscriptView
  9. LitBookView

Here are the steps:

  1. Generate controller files. Details in the article F1.14
  2. Configure connections and Routes. Details in the article F1.15
  3. Start php server and make the test Details in the article F1.16
  4. (Optional) Populate tables with some data for testing.