Skip to content

The Contact Management Backend is a RESTful API designed for managing contact information. It allows users to securely add, update, delete, and retrieve contact data using JWT authentication for security. Built with Node.js and Express, the API interacts with a MongoDB database for persistent data storage. Making it efficient

Notifications You must be signed in to change notification settings

Kavya1729/Contact-Manager

Repository files navigation

Contact Management Backend

Backend for a Contact Management System built with Node.js, Express, MongoDB, and JWT for authentication. The system supports full CRUD operations and includes error handling and protected routes.

Technologies Used

  • Node.js & Express: Backend framework for building the API.
  • MongoDB: NoSQL database to store contact information.
  • Mongoose: ODM (Object Data Modeling) library to interact with MongoDB.
  • JWT (JSON Web Token): Used for securing routes and authenticating users.

About

The Contact Management Backend is a RESTful API designed for managing contact information. It allows users to securely add, update, delete, and retrieve contact data using JWT authentication for security. Built with Node.js and Express, the API interacts with a MongoDB database for persistent data storage. Making it efficient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published