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/ folder, then activate the client virtual environment.

About the application

In this application, we’ll see how to configure a proxy server for the application. The dev-server.js script inside bookapp/client/ serves that purpose.

This is what the application looks like:

Get hands-on with 1200+ tech skills courses.