"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."
Sruthin S
updated on 23 Sep 2023
Project Details
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.
Other comments...
Read more Projects by Sruthin S (5)
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."
23 Sep 2023 09:11 PM IST
Project 2
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:…
13 Aug 2023 08:20 PM IST
Project 1
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…
06 Aug 2023 09:12 PM IST
Project 2
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) {…
21 Apr 2023 07:37 AM IST
Project 1
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…
27 Mar 2023 09:27 AM IST