Interaction with the database and Wasm instance takes place across two files in the /src folder: Transaction.js and assign-routes.js. In our example application, all communication with the API is performed via HTTP requests. Sending a request to a specific endpoint will trigger some interaction with the database/Wasm instance on the server. Let's start by reviewing Transaction.js, which interacts directly with the database and Wasm instance.