An open API service indexing awesome lists of open source software.

https://github.com/citguru/mpl-express

Express MPL
https://github.com/citguru/mpl-express

Last synced: 9 months ago
JSON representation

Express MPL

Awesome Lists containing this project

README

          

# Mock Premier League

Create a API that serves the latest scores of fixtures of matches in a “Mock Premier League”

## Rest API (Express/MongoDB)

Ensure you have MongoDB set up

## Usage

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`