A simple RESTful API for managing contacts, created as part of my training in Node.js, Express, and MongoDB (Mongoose).
-
Add, view, update, and delete contacts
-
RESTful routes with JSON responses
-
Mongoose models for structured data
-
Basic error handling and validation
Node.js / Express / MongoDB & Mongoose