/CustomerDB-CRUD

Database CRUD Operations on MongoDb using NodeJS

Primary LanguageJavaScript

CustomerDB CRUD

Database CRUD Operations on MongoDb using NodeJS

A simple web application to implement Create and Retrieve operations in NodeJS Application with the help of MongoDB and Express.

###How to run Capture

It stores the details of the customers of an E-Commerce website such as Full Name, Email ID, Mobile Number, Address and Pincode in MongoDB database. Screenshot (97)

Validated the Name and Email ID fields using NodeJS Screenshot (100)

Implemented these crud operations around Html Table. Screenshot (98)

Customers records updated in database. Screenshot (99)