Build the app backend

This section is part of a larger tutorial to build a QR code example app. You need to build the frontend before starting these tasks.

Now that the frontend code to create, save, edit, and delete QR codes is ready, you'll need a database to store the QR code data and an API layer to connect the frontend to the backend.