...

/

Play the Game: Dealing with the Error

Play the Game: Dealing with the Error

Learn how to make sure that the client loads and connects to the API.

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.

  1. 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.
...