Sportify is a sports standings app that provides a comprehensive platform for users to track multiple sports, including Football, Soccer, Basketball, Hockey, UFC, F1, and Tennis. Users can view upcoming matches, follow live scores, and access introductory information about each sport. The app also allows users to save their favorite players and view their information
This repository contains the backend of the app, built using ASP.NET. The backend is responsible for managing API endpoints, database interactions, and business logic.
- RESTful API endpoints for sports data management
- Secure database integration using MSSQL
- Authentication and authorization for user accounts
- Handles CRUD operations for players, teams, and matches
- Optimized for scalability and performance
- Controllers/: Contains API controllers for various functionalities.
- Models/: Defines data models used in the application.
- Services/: Includes business logic and service implementations.
- Query/: Contains SQL scripts for database creation and population.
- appsettings.json: Configuration file for application settings.