Contact Management App using Node.js, Express, MongoDB & JWT

This is a contact management application that allows users to manage their contacts. The app is built using Node.js, Express, MongoDB and JWT.

Users can create an account, login, and add, edit, and delete their contacts. The app also allows users to search for contacts and view a list of all their contacts.

The backend of the app is built using Node.js and Express. It uses MongoDB to store user and contact data. JWT is used for authentication and authorization.

This app provides a simple, yet effective way for users to manage their contacts. It can be easily customized and extended to meet the needs of any organization.

To get started with the app:

  • Clone the repository git clone https://github.com/ganeshrevadi/Express-Contact-Management-App.git
  • Run npm install to install the necessary dependencies
  • Create a .env file with your MongoDB connection string and JWT secret
  • Run npm start to start the server

Enjoy using the Contact Management App!

Share this project:

Updates