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

To design the ecommerce database in MongoDB with the given specifications, we can create the following collections: Customers Collection Products Collection Categories Collection Brands Collection Segments Collection Tags Collection Orders Collection Sellers Collection customers collection { "_id": ObjectId("..."), "firstName":…

    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 Albert Sebastian (5)

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

    Objective:

    calendar

    24 Aug 2023 02:34 PM IST

      Read more

      Project 2

      Objective:

      To design the ecommerce database in MongoDB with the given specifications, we can create the following collections: Customers Collection Products Collection Categories Collection Brands Collection Segments Collection Tags Collection Orders Collection Sellers Collection customers collection { "_id": ObjectId("..."), "firstName":…

      calendar

      10 Mar 2023 02:35 PM IST

        Read more

        Project 1

        Objective:

        1 CREATE TABLE customers ( cust_id INT PRIMARY KEY, cust_name VARCHAR(50) , cust_gender ENUM('M', 'F', 'O'), phone VARCHAR(20), email VARCHAR);   CREATE TABLE products ( p_id INT PRIMARY KEY, p_name VARCHAR(50), p_price DECIMAL(10,2), p_quantity INT NOT NULL, p_color VARCHAR(20)); CREATE TABLE cart ( cart_id INT PRIMARY…

        calendar

        20 Feb 2023 09:37 AM IST

          Read more

          Project 2

          Objective:

          qwe

          calendar

          15 Jan 2023 05:45 PM IST

            Read more

            Project 1

            Objective:

            i have submitted the ecommerce project

            calendar

            14 Jan 2023 08:06 AM IST

              Read more
              Showing 1 of 5 projects