This is the backend API for the Fantasy Football Application, built using Node.js, Express, and MongoDB. It manages users, players, teams, and scoring systems while enforcing security features like authentication and rate limiting.
- User Authentication (Register, Login, Logout)
- Manage Users (Fetch user details, update teams, view rankings)
- Manage Players (Retrieve player details, update scores)
- Team Management (Update user teams and captains)
- Scoring System (Calculate weekly and total scores)
- Rate Limiting (Prevent excessive API requests)
- Error Handling (Centralized middleware for error responses)