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.