MURALI SELVARAJ
Student @ Skill-Lync
Introduction
5 Projects
Project 1
Example Output: 1. Customer 2. Seller 3. Admin Also I have handled the exception try { Product[] cartProducts = current.getCart().getListOfProducts(); // System.out.println("Inside Try Block"); if(cartProducts.length > 0) { for (int i = 0; i < cartProducts.length; i++) { System.out.println(cartProducts[i].getProductId()…
20 Dec 2022 11:30 AM IST
Project 2
Example output: *************Welcome to Banking Application************* How many number of customers do you want to input? 2 Enter Account No: 11112 Enter Account type: Savings Enter Name: Murali Enter Balance: 5000 Enter Account No: 11113 Enter Account type: Current Enter Name: Murali Enter Balance: 10000 Do you want…
29 Dec 2022 09:31 AM IST
Project 1
ER Diagram for my Ecommerce website Create, insert queries: -- creating Ecommerce databasecreate database Ecommerce; use Ecommerce; -- creating customer tablecreate table customers(custID varchar(10) primary key,Name varchar(50),Dob date,Email varchar(100),Password varchar(30),Phone bigint,Address…
23 Feb 2023 01:17 PM IST
Project 2
Creating Ecommerce in MongoDB use Ecommerce db.createCollection("customer") db.customer.insertMany([{cust_id:1, cust_name:"Anjali", email:"anjali@gmail.com", city:"Delhi", order_value:2000, order_date: "2023-01-23"},{cust_id:2, cust_name:"Raju", email:"raju@gmail.com", city:"Mumbai", order_value:5000, order_date: "2022-09-23"},{cust_id:3,…
02 Mar 2023 12:13 PM IST
Project 1 - Create a new microservice for allowing customers to getInsurance policy from your banking app
Screenshot of the dependencies selected while creating insurance microservices from start.spring.io website. I have created Insurance microservices and successfully running on the port 4007 I have created 3 config files for the insurance in my personal GitHub repository (for dev, default & prod profiles)…
12 Apr 2023 01:33 PM IST
4 Course Certificates
Academic Qualification
B.E
Bannari Amman Insitute of technology , sathiyamanglam
01 Oct 2014 - 01 Oct 2018
12th
Dhanalakshmi Srinivasan higher secondary school, perambular
02 Oct 2013 - 02 Oct 2014
10th
Dhanalakshmi Srinivasan higher secondary school, perambular
01 Oct 2011 - 02 Oct 2012
Here are the courses that I have enrolled
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner