E1.16 Php Symfony: Start php server and make the test (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

Php side (or server side)

  • run cmd command
  • from inside cmd window execute the command
    • symfony server:start

C# side (or client side)

  • using AppGlblSettingsService.cs-file check the security is off
    • open AppGlblSettingsService.cs
    • goto "GetViewModelMask(string vwModel)"-method and make sure it returns 15;
    • goto "GetDashBrdMask(string dshBrd)"-method and make sure it returns 1;

picture

  • using AppGlblSettingsService.cs-file check IP-address and port are correct
    • goto "GetWebApiPrefix(string ViewName)"-method and validate the address and port
    • goto "GetSecurityWebApiPrefix()"-method and validate the address and port

picture

Run client app

  • build and run PrismDemoApp.UWP
  • navigate to "Genre/Rd page" and insert a couple of rows

picture

  • check the database

picture