This repository contains the server component for the Marvel Champions Companion app. The server is responsible for connecting to an external card API, retrieving card data, and optimizing it for use by the client application.
- Connects to a third-party card API.
- Retrieves card data.
- Converts and optimizes the data for efficient client-side use.
- Facilitates smooth communication between the client app and the external API.