This repository contains a CRUD application for managing sports data using MongoDB and Express.
- Clone this repository using git clone.
- Install dependencies using npm install.
- Start the application using npm start.
The application allows users to perform CRUD operations on sports data, including creating, reading, updating, and deleting sports records.
- MongoDB - A NoSQL database used to store sports data.
- Express - A Node.js framework used to build the server-side of the application.
- HTML - Used to create the user interface for the application.
- CSS - Used to style the user interface.
- JavaScript - Used to add functionality to the user interface and connect it to the server-side of the application.
Contributions to this project are welcome. To contribute, please fork this repository, make changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.