app.js - this is where we create the Express app and define all of our routes
index.js - this is the main file for the callback routes
config.json - this houses the pagination details & fake session token
data.json - this holds the fake data. This is where you would add a new key to the array and then you could define a callback route for it in routes/index.js