This project is a web-based CRUD (Create, Read, Update, Delete) application built using Express.js for the backend and MongoDB as the database. The application demonstrates how to:
Connect a Node.js server to a MongoDB database.
Handle HTTP requests (GET, POST, PUT, DELETE).
Use mongoose or native MongoDB driver for database interactions.