Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 370 Bytes

File metadata and controls

9 lines (6 loc) · 370 Bytes

CRUD_mongoDB_expressjs

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.