Menu

Executive 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 1 - Create a new microservice for allowing customers to getInsurance policy from your banking app

"I've completed the API setup, but configuring the cards API was challenging during my learning process. Unfortunately, I couldn't test 'localhost:8080/profile' on POSTMAN within the given time frame. The insurance data is highlighted below for reference due to limited space."

    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 Sruthin S (5)

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

    Objective:

    "I've completed the API setup, but configuring the cards API was challenging during my learning process. Unfortunately, I couldn't test 'localhost:8080/profile' on POSTMAN within the given time frame. The insurance data is highlighted below for reference due to limited space."

    calendar

    23 Sep 2023 09:11 PM IST

      Read more

      Project 2

      Objective:

      mongosh --help mongosh use ecommerce customers:  try {db.customers.insertMany([{name: "name1",gender: "Male",dob: ISODate("1990-01-01"),city: "Cityville",pw: "1password",email: "sruthin1@example.com",delivery_addresses: [{address_line: "123 Main St",city: "Cityville",state: "tamilnadu",postal_code: "12345",country: "india"}],contacts:…

      calendar

      13 Aug 2023 08:20 PM IST

        Read more

        Project 1

        Objective:

        task 3:1) SELECT customer_id AS id, gender, dob, city, name, email, delivery_addresses AS address, contacts, current_orders AS orders, previous_orders, payment_info_saved AS payment_info FROM customers ORDER BY city ASC;       2)ALTER TABLE products CHANGE COLUMN name prod_name VARCHAR(255), CHANGE COLUMN color prod_color…

        calendar

        06 Aug 2023 09:12 PM IST

          Read more

          Project 2

          Objective:

          package com.banking.details.customers;import com.banking.details.*;import java.util.*;public class customers extends Account { system.out.println("welcome to the customers"); system.out.println("you already had an account: Y/N"); Scanner sc= new scanner(system.in); string choice = sc.nextstring(); if(choice==Y || y) {…

          calendar

          21 Apr 2023 07:37 AM IST

            Read more

            Project 1

            Objective:

            import java.util.scanner; import java.io.*;  public class ecommerce{   public static void main(string[] args){    ecommerce administration = new ecommerce();    ecommerce store = new ecommerce();    ecommerce cart = new ecommerce();    ecommerce customer = new ecommerce();    ecommerce product = new ecommerce();    ecommerce…

            calendar

            27 Mar 2023 09:27 AM IST

              Read more
              Showing 1 of 5 projects