Create a API that serves the latest scores of fixtures of matches in a “Mock Premier League”
Ensure you have MongoDB set up
Run npm install && npm run client-install
in the folder directory
To run it: npm run dev
To test frontend: npm run test-client
To test backend: npm run test