Play the Game: Dealing with the Error
Learn how to make sure that the client loads and connects to the API.
We'll cover the following...
The necessary steps
The following should be a review, but since the details are spread through multiple chapters, it may be helpful to see it outlined in one place.
- We need to choose whether we’ll be running this on SQLite or on Postgres. Here, we’ll choose Postgres, since it’s a slightly more complicated process. If we’re running Postgres, we might want to ensure that Postgres is running. In Mac, if we run the database using Homebrew, which we recommended, then we can check it using
brew
services list
. In Windows, we runservices.msc
to open up a graphical user interface that controls the services on the machine. We