book-bank CMPT 474 Project: Book Bank Setup Create the file /frontend/src/config.json and populate it with the following: { "api": { "url": "https://eki60x9m4a.execute-api.us-east-1.amazonaws.com/dev" } } Replace "url" with your API URL from AWS.