Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 1.4 KB

README.md

File metadata and controls

30 lines (30 loc) · 1.4 KB

CRUD Application for Sports using MongoDB and Express

This repository contains a CRUD application for managing sports data using MongoDB and Express.

Installation

  1. Clone this repository using git clone.
  2. Install dependencies using npm install.
  3. Start the application using npm start.

Usage

The application allows users to perform CRUD operations on sports data, including creating, reading, updating, and deleting sports records.

Technologies Used

  • 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.

Contributing

Contributions to this project are welcome. To contribute, please fork this repository, make changes, and submit a pull request.

License

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