Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.1 KB

Football League Fixtures Backend server

This Node.js backend server is designed to manage football league fixtures, including creating, updating, retrieving, and deleting fixtures. It leverages MongoDB, a NoSQL database, to store competition data and interacts with the api.football-data.org API to fetch real-time competition standings.

Built With

  • Node.js - The JavaScript runtime environment.
  • MongoDB - The NoSQL database used.
  • Express.js - The web application framework.

Contributing

  • Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

  • This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • A special thanks to football-data.org for providing the comprehensive and up-to-date football data API. Their service has been instrumental in enabling us to fetch real-time competition standings and other football-related data, making our Football League Standings Backend Server much more dynamic and informative.