Sodapdf

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 24

INDEX

sr.no Index pg.no


Introduction
1

2 Objectives

3 System Flow Chart

4 DFD / UML Diagram

5 Database

6 Project Screen Shots

7 References
1. Introduction

The use of computer and internet has been


expanding significantly over the years. Presently internet has
been used widely as a means of communication, as a
potential source of information, as a means of entertainment
and many more. With in few years after existence of internet,
business men realised the possibilities of using internet as a
medium of business. This idea kick started the file online
business ventures.

Modern technology has been developed to the extent that


even shopping made possible over the internet. The process of
shopping done over the internet is called online shopping.
Both product and services can be purchased by online
shopping. Online shopping is used for business to bussiness
transaction or bussiness to customer transaction with
application of electronic commerce(ecommerce)

 Language Used In This Project

 FRONT-END => HTML , JAVASCRIPT


 BACK-END => PHP
 DATABASE => MYSQL
2. Objectives

Scope of the system


The software provides both the customer and merchant his
pin number which is unique

the software provide the following facilities to the merchants :


 Facilities easy bidding facilities
 Provides complete information about customer
 Provides complete information about their
product
 Can availble facility of email correspondences

the software not provide the following facilities to the


merchants :
 Setlment of miscalculations of the products as
the database is filled with the constant of the
merchant

System Environment
As theis was not an existing system we need to start
everything from the beginning we started from the basic study
of this system and go on analyzing it.
Then a per the system’s requirement we carried out the
designing coding and testing
3. System Flow Chart
Admin Login Registration

USER

Want No
To Login?

Yes

LOGIN

Success
Admin
Admin
NO
Exit
User Login Registration

USER

Browse Products

Want No
To Buy?

Yes

If
Member LOGIN

No No
Login
Succed

Register

Login

No Login
Succed

Yes
Buy & Pay
Admin Sitemap

Admin

Login

HOME

Add Item View item Manages user users details


Add Users
User Sitemap

USER

HOME

LOGIN REGISTER CATEGORY ABOUT US CONTACT

BUY PRODUCT

PAY
4. Data Flow Diagram

CONTEXT LEVEL DFD :

ENTER THE PRODUCT DETAIL RESPONSE


Admin USER

ONLINE
BOOK SHOP
VIEW THE PRODUCT DETAIL VIEW THE PRODUCT
1st LEVEL DFD :

1.0
USER
Reg register

ADMIN

Admin Login
2.0
Login User Login
2nd LEVEL DFD :

VIEW
PRODUCT
USER
DETAIL

SEARCH
PRODUCT
5. Database

What is datbase ?
A database is an organized collection of
structured information, or data, typically stored electronically
in a computer system. A database is usually controlled by
a database management system (DBMS). Together, the data
and the DBMS, along with the applications that are associated
with them, are referred to as a database system, often
shortened to just database.

PHP Mysqli Database :


It is the most popular application for
MySQL database management. We can create, update, drop,
alter, delete, import, and export MySQL database tables by
using this software. phpMyAdmin also supports a wide range
of operation like managing databases, relations, tables,
columns, indexes, permissions, and users, etc., on MySQL
and MariaDB. These operations can be performed via user
interface, while we still have the ability to execute any SQL
statement.
Database (webproject)

webproject

Table’s In Database

webuser
Webuser
b_product

b_product
6. Project Screen Shot

HOME SECTION
FEATURED SECTION
ARRIVALS SECTION
ABOUT-US SECTION
CONTACT-US SECTION
SIGN-IN PAGE
SING-UP PAGE
ADMIN-HOME SECTION
CUSTOMER- DETAIL SECTION
UPDATE-
CUSTOMER DETAIL PAGE
PRODUCT- DETAIL SECTION

You might also like