An open API service indexing awesome lists of open source software.

https://github.com/babanigit/contacts-and-users-manipulation

Developed a Contact Management API utilizing Express.js, MongoDB, and Postman to fetch and edit the contents. Features include CRUD operations for contacts and users, incorporating user authentication and robust security measures
https://github.com/babanigit/contacts-and-users-manipulation

api express mongodb nodejs postman

Last synced: 2 months ago
JSON representation

Developed a Contact Management API utilizing Express.js, MongoDB, and Postman to fetch and edit the contents. Features include CRUD operations for contacts and users, incorporating user authentication and robust security measures

Awesome Lists containing this project

README

          

# Contact Manipulation

This Express.js project implements CRUD functionality for contacts, allowing creation, updating, retrieval by ID, and deletion. Authentication is integrated for added security, with data securely stored in MongoDB and passwords encrypted using the bcrypt package.

all created users and contacts will stored in mongodb database...
![screenshot 1](images/ex1.png)
![screenshot 2](images/ex2.png)

API is deployed online on vercel.app, so anybody and anywhere we can create and edit contact and users
![screenshot 3](images/ex3.png)
![screenshot 4](images/ex4.png)

this is was on localhost
![screenshot 1](images/ss1.png)
![screenshot 2](images/ss2.png)