Proxy Server

Learn how to set up a proxy development server for the application.

Now that we have our REST service in place, let’s switch back over to our client application and try to get data from it.

The first step, once again, is to deactivate the server virtual environment if it is active, switch back to the bookapp/client/ ...