Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iknowjavascript/epl-mock
An API that serves the latest scores of fixtures of matches in a “Mock Premier League”
https://github.com/iknowjavascript/epl-mock
Last synced: 5 days ago
JSON representation
An API that serves the latest scores of fixtures of matches in a “Mock Premier League”
- Host: GitHub
- URL: https://github.com/iknowjavascript/epl-mock
- Owner: iKnowJavaScript
- Created: 2019-09-02T09:43:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:26:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T06:12:28.471Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Premier League Mock
An API that serves the latest scores of fixtures of matches in a “Mock Premier League”- **Admin**
can
- signup/login
- manage teams (add, remove, edit, view)
- create fixtures (add, remove, edit, view)
- Generate unique links for fixture
- **Users**
Can
- signup/login
- view teams
- view completed fixtures
- view pending fixtures
- robustly search fixtures/teams
- **Publics**
has
- access to the robust search of fixtures/teams.
[Documentation ](https://documenter.getpostman.com/view/8070804/SVmpWh1W)
## Base URL
[https://epl-mock.herokuapp.com/](https://epl-mock.herokuapp.com/)## END POINT
https://epl-mock.herokuapp.com/api/v1/{{routes}}
Visit [Documentation ](https://documenter.getpostman.com/view/8070804/SVmpWh1W)