Example application written in next.js that makes use of bandsintown API.
Each successful bandintown request is cached both on server-side and client-side. Frontend app doesn't send requests directly to bandsintown url, it sends requests to local server.
Server remembers each responses for one day and frontend for one hour.
npm install
npm run test
npm run test:watch
npm run dev
npm run build
npm run start