https://github.com/citguru/mpl-express
Express MPL
https://github.com/citguru/mpl-express
Last synced: 9 months ago
JSON representation
Express MPL
- Host: GitHub
- URL: https://github.com/citguru/mpl-express
- Owner: CITGuru
- Created: 2020-01-08T13:04:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:11:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T10:18:31.174Z (11 months ago)
- Language: JavaScript
- Size: 2.79 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
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`