Maximum Break API
This is an API for an application that allows Snooker enthusiasts to browse tournaments, analyze player performance, and track their attendence of events.
This API services 5 collections in a MongoDB database.
Players: Full CRUD available for managing players in the database
Tournaments: Full CRUD available for managing tournaments in the database
Users: Full CRUD available for managing users in the database
Performances: Full CRUD available for managing player performances at tournaments in the datase. Services exist in the API to automatically manage performances based on player and tournament documents
Attendances: Full CRUD available for managing user attendances of events in the database.