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
- Host: GitHub
- URL: https://github.com/babanigit/contacts-and-users-manipulation
- Owner: babanigit
- Created: 2024-02-23T14:46:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T19:09:38.000Z (over 2 years ago)
- Last Synced: 2025-01-29T18:25:25.472Z (over 1 year ago)
- Topics: api, express, mongodb, nodejs, postman
- Language: JavaScript
- Homepage: https://contacts-and-users-manipulation.vercel.app
- Size: 4.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...


API is deployed online on vercel.app, so anybody and anywhere we can create and edit contact and users


this is was on localhost

