A simple and efficient Contact Management Application built with Node.js, Express, and MongoDB.
This app provides RESTful APIs to create, read, update, and delete contact details — perfect for learning or managing real-world contact data.
- ➕ Add new contacts with name, email, and phone
- 📋 View all saved contacts
- ✏️ Update existing contact information
- ❌ Delete contacts
- 🔍 Search and filter contacts
- 🧾 RESTful API with proper route handling
- 🗄️ MongoDB database integration for persistent storage
| Layer | Technology |
|---|---|
| Backend | Node.js, Express.js |
| Database | MongoDB (Mongoose ODM) |
| Language | JavaScript (ES6) |
| Tools | Nodemon, Postman, Git, VS Code |