**API that serves the latest scores of mock premier leagus fixtures
**Get started by running 'npm install' to install all dependencies relevant to the project
**npm start runs the server locally and nodemon keeps the server running while changes are being made
**Authentication was done with jsonwebtoken, hence after user registration, each susbsequent login returns a token which should be supplied to access protected routes.
**All create routes require admin autheentication to be accessed
NOTE
This user already exists in the database. -username: admin -password: 123456