This project is an api that serves up fixtures of matches in a “Mock Premier League”, it is a curation of fictional teams and fixtures between them.
You could compare it to being a fictional league and you can access the API with this link.
Documentation can be found here
This API has the features listed below:
- Signup/Login users
- fictional teams created
- fixtures between teams
- Robust search engine for searching teams and fixtures
- JavaScript/NodeJS - languages used
- MongoDB - database used to store all the information in this api
- Express - a NodeJS framework for creating APIs
- Redis - used for session management and API data caching
- JWT - used for authentication and authorization
- Jest - used for testing
- POSTMAN - used for documenting the API
- Create scores for fixtures
- re-write project with TypeScript
- Robust team description (Coach, images, stadium, etc...)
Feel free to reachout and suggest changes or things to add
This API is free to use for all. Feel free to create frontend apps to connect to and visulaize it.