Search⌘ K
AI Features

Play the Game: Dealing with the Error

Explore how to run a full stack application by setting up the Postgres database, initializing it, running the Flask API server, and launching the React client. Understand how to monitor server activity, debug with developer tools, and interact with the database REPL to manage game data and troubleshoot errors effectively.

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