Express.js Football API

This project utilizes Express.js along with the "api.football-data" API to fetch football data.

Configuration

Before running the project, make sure to obtain an API key from "api.football-data" and configure it in the appropriate environment variable or configuration file.

How to Use

Follow these steps to get started:

  1. First, navigate to the api directory and start the server:
cd api
npm start