Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 2

1.  Create your collections for your ecommerce database in MongoDB and fill it with sample information 2.  Submit all the queries used to create the database use ecommerceweb db.createCollection('customer') db.customer.insertOne({'cust_id': 01, 'email': 'abc123@gmail.com', 'password': 12547, 'first_name': 'Jas',…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Divya Parihar (4)

    Project 1 - Create a new microservice for allowing customers to getInsurance policy from your banking app

    Objective:

    I have submitted whole Microsrvice project 1 in a particular zip folder which contain all the microservice such that accounts, loans, card, insurance & configserver. Also, I have posted snapshort of docker Hub , insurance postman & insurance configProps.

    calendar

    07 Apr 2023 05:27 PM IST

      Read more

      Project 2

      Objective:

      1.  Create your collections for your ecommerce database in MongoDB and fill it with sample information 2.  Submit all the queries used to create the database use ecommerceweb db.createCollection('customer') db.customer.insertOne({'cust_id': 01, 'email': 'abc123@gmail.com', 'password': 12547, 'first_name': 'Jas',…

      calendar

      06 Feb 2023 09:21 PM IST

        Read more

        Project 1

        Objective:

        Project 1   ER Diagram   TASK- 1  Table Structure       TASK 2  e-commerce database Queries   CREATE DATABASE ecommercewebsite; CREATE TABLE `ecommercewebsite`.`customer` ( `cust_id` INT NOT NULL, `email` VARCHAR(45) NOT NULL, `password` TEXT(10) NOT NULL, `first_name` VARCHAR(45)…

        calendar

        05 Feb 2023 12:26 PM IST

          Read more

          Project 1

          Objective:

          Store.Java package com.ecommerceconsole; import java.util.Scanner; public class Store { public static void main(String[] args) { System.out.println("Welcome to the E-Commerce Store !"); System.out.println("Which user are you? 1. Customer 2. Seller 3. Admin"); Scanner sc = new Scanner(System.in); int choice = sc.nextInt();…

          calendar

          17 Jan 2023 07:14 PM IST

            Read more
            Showing 1 of 4 projects