Anda di halaman 1dari 12

Internship at ECOMSI

By
Vinod Rathod (11CO101)

ECOMSI enables businesses to build the


enterprises of tomorrow by directing clients
innovation agenda.
Providing the clients highly differentiated,
industry-based, end-to-end business services
that combine the management consulting,
technology and business process outsourcing
capabilities.
Believes in Team work .
Work environment is very supportive and
friendly

Company Name : ECOMSI (India) Private


Limited .
Location : Hyderabad, India
Department : Information Technology(IT)
Sub Department : E - solutions, IT
Internship Start Date : May -2014
Internship End Date : July -2014
Area Of Work : E- Commerce web designing

1.
2.
3.
4.

Design a database for storing a product catalog containing


categories, subcategories, and products.
Write the MYSQL code and C# code for accessing that data.
Build an attractive and functional user interface (UI) that
allows for easy catalog browsing.
Implement an efficient error-reporting system that notifies the
administrator in case the site runs into trouble and displays an

Ooops message to the visitor when a critical error occurs.


5.
6.

7.

Integrate an external payment processor (with examples for


PayPal) to allow visitors to order your products.
Provide a free-text search engine for the database.
Give the sites administrators a private section of the site where
they can modify the catalog online.

1. Build your own PHP shopping cart.


2. Pass a complete order through to PayPal for

credit-card processing.
3. Create an orders administration page.
4. Implement a product recommendations
system in the form of a customers who
bought this product also bought list.

1.

2.

3.

4.
5.

Build a customer accounts module, so that customers


can log in and retrieve their details every time they
make an order.
Establish secure connections using SSL so that data
sent by users is encrypted on its travels across the
Internet.
Authenticate and charge credit cards using third-party
companies such as DataCash and VeriSign, and their
XML (Extensible Markup Language) web services.
Store credit-card numbers securely in a database.
Learn how to integrate the Amazon E-Commerce
Service into your web site

mysql> CREATE DATABASE db1;


mysql> USE db1
//Database changed
Our database needs to be created only once, but we must
select it for use each time we begin a mysql session. We can
do this by issuing a USE statement as shown in the example.
Alternatively, we can select the database on the command
line when we invoke mysql. Just specify its name after any
connection parameters that you might need to provide. For
example:
shell> mysql -h host -u user -p db1
Enter password: ********

Apache is the actual web server application


that processes and delivers web content to a
computer. Apache is the most popular web
server online, powering nearly 54% of all
websites.
We used XAMPP controller to manage the
Apache Server and MySql.

The Internship taught me about the


corporate world and helped me to map the
theoretical knowledge gained in College to
real time applications of Corporate World .
It also helped me to gain the knowledge on all
stages of MY SQL , many tools and software .
I also learnt about the E commerce web
designing and other concepts .

Anda mungkin juga menyukai