You are on page 1of 10

GUJARAT TECHNOLOGICAL

UNIVERSITY
INFORMATION TECHNOLOGY
B. E. SEMESTER: VII

Subject Name: Project-I


(Smart Marketing with Spindle – Spindealz)

Presented By: Unnat Patel(090640116064)

Project Internal Demo: I


Group No: 13

K.J Institute of Engineering and Technology


Savli.

Submitted By: Submitted To:


Unnat Patel Mrs.Reeta Mishra
[090640116064]

Smart Marketing with Spindle – Spindealz


1.1. INTRODUCTION TO PROJECT
E-commerce is fast gaining ground as an accepted and used business paradigm. More and
more business houses are implementing web sites providing functionality for performing
commercial transactions over the web. It is reasonable to say that the process of shopping
on the web is becoming commonplace.
The objective of this project is to develop a general purpose e-commerce store where any
products can be bought from the comfort of home through the Internet. However, for
implementation purposes, this paper will deal with Smart Marketing with Spindle –
Spindealz.

The Spindealz is a virtual store on the Internet where customers can browse the catalog
and select products of interest. The selected items may be collected in a shopping cart. At
checkout time, the items in the shopping cart will be presented as an order. At that time,
more information will be needed to complete the transaction. Usually, the customer will
be asked to fill or select a billing address, a shipping address, a shipping option, and
payment information such as credit card number. An e- mail notification is sent to the
customer as soon as the order is placed.

The Spindealz is expanded permanently through new products and services in order to
offer a product portfolio corresponding to the market. Private customer and business
customers can order the selected products of the Spindealz service online quickly and
comfortably.
Target groups of customer of the Spindealz are. The customers can have a payment
option through credit card only. In order to use the load writing procedure, the customer
registers itself and receives a login for its purchases name. It is an Internet application.
Electronic Commerce (e-commerce) applications support the interaction between
different parties participating in a commerce transaction via the network, as well as the
management of the data involved in the process.
1.2. PURPOSE OF THE PROJECT

The Spindealz needs to sell different types of products to customer living in any part
of the world. The website will show all products in categorized manner. Customer can
browse any product for its price and other details and can order the product. Orders needs to
accompany with shipping & billing details. Customer has to pay order amount online through
credit cards. Products can be managed by operators from admin panel. Operator can be
created by admin. Admin can keep track of orders through admin panel.
The main purpose of the system is to enable customers to browse and order from any
part of the world and hence increasing business scope.

1.3. SCOPE OF THE PROJECT

Spindealz is designed to provide quality service to the customers and to allow new
online store owners a quick and easy means to setup and perform sales and other core
business over the internet. The system requires Internet connection and has to be
designed with a database capable of maintaining inventory details up-to-date. All
payments will be through cash during the delivery or shipping of items. This product
has great future scope. Online shopping Internet software developed on and for the
Windows and later versions environments and Linux OS. This project also provides
security with the use of Login-id and Password, so that any unauthorized users can not
use your account. The only Authorized that will have proper access authority can
access the software.

It needs to have 3 key features:

- User friendly for computer illegitimate.


- Easy to maintain by administrators.
- Only accessible by registered users.

1.4. NUMBER OF MODULES


The system after careful analysis has been identified to be presented with the following modules:

This project is divided into 5 modules:


1. Registration Module
2. Products Browse & Search Module
3. Shopping cart & Payment Module
4. Shipping & Billing Module
5. Admin User Management Module

Entities Involved in the Project:


1) Customer
2) Product
3) Website Administrator
4) Operator
5) Order

Customer: The target user of the system. A Customer is responsible for registering them to
the site, browsing site, placing orders and making payments.

Product: Product is the entity, a customer looking for. A Product will be sold to the
customer.

Website Administrator: An entity responsible for managing users, roles and roles
privileges.

Operator: Operator is a person (entity) responsible for managing products and orders.
Order: Order is an entity which describes the business transaction.

1.5. DATA BASE TABLE DESIGN

Category table
Column name Data type Key constraint
Cat_id int Primary key not null
Cat_name Char(20) Not null

Product table

Column name Data type Key constraints extra

Prod_id Int Primary key not null Auto_increment

Cat_id int Foriegn key Not null

Prod_name Char(20) Not null

Prod_descp Char(40) null

Price double Not null

Available int Not null

Add_date date Not null

1.6. DFD DIAGRAMS:

Context Level (0th Level) Diagram:


Login DFD:

Admin Details Data Flow:

1st Level DFD Diagram:


2nd Level DFD For Manage Product
2nd Level DFD For Manage Orders
DFD for new user registration

You might also like