0% found this document useful (0 votes)
31 views10 pages

Online Shopping Project Database Management Systems: Jai Ganesh Nadar - 218A1106 Ansari Abdul Riyaz - 218A1098

The document describes an online shopping project built with a database backend. It includes login/signup functionality for users and allows customers of a real shop to purchase products online or through a mobile app. The backend uses SQL, Apache, and PHP with an initial schema designed and refined during development. It also provides examples of querying the database using Postgresql.

Uploaded by

Jai Ganesh Nadar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views10 pages

Online Shopping Project Database Management Systems: Jai Ganesh Nadar - 218A1106 Ansari Abdul Riyaz - 218A1098

The document describes an online shopping project built with a database backend. It includes login/signup functionality for users and allows customers of a real shop to purchase products online or through a mobile app. The backend uses SQL, Apache, and PHP with an initial schema designed and refined during development. It also provides examples of querying the database using Postgresql.

Uploaded by

Jai Ganesh Nadar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Online Shopping Project

Database Management Systems

Jai Ganesh Nadar – 218A1106

Ansari Abdul Riyaz – 218A1098

Department of Computer Engineering

SIES Graduate School of Technology.

2019-2020.
Index

1. Introduction……………………………………………………………….01
2. System Specification..….…………………………..………………02
3. Design of Initial Schema…………………………………….......03
4. QUERYING THE SYSTEM USING Postgresql……………..05
Introduction

The database system provides various features. Login and signup page has
been provided. The user enters into the system with the help of username
and password after signing up. This project is a web based shopping system
for an existing shop. The project objective is to deliver the online shopping
application into android and windows platform.

This project is an attempt to provide the advantages of online shopping to


customers of a real shop. It helps buying the products in the shop anywhere
through internet by using an android or computer device. Thus the customer
will get the service of online shopping and home delivery from his favorite
shop. This system can be implemented to any shop in the locality or to
multinational branded shops having retail outlet chains. If shops are
providing an online portal where their customers can enjoy easy shopping
from anywhere, the shops won’t be losing any more customers to the
trending online shops such as flipcart or ebay. Since the application is
available in the Smartphone too it is easily accessible and always available.
SYSTEM SPECIFICATIONS

The backend of this system has been designed using sql database, apache
server and php backend along with HTML5,CSS5 and bootstrap. The
database performs the following operations:

1. Insert data
2. View data
3. Delete data
4. Search data

This was designed by using php backend and sql database.


DESIGN OF THE INITIAL SCHEMA

Initial Schema
Relational Schema
SCHEMA REFINEMENT USING DEPENDENCIES AND
NORMALISATION

Functional Dependency:
USER (Userid,Name,Email-id,Password,contact,address,city )
Item (Itemid ,Name,Price)

FD1: ID->(Username, Password , Email-id)


FD2: (Username,Password)->(Contact, City, Address)
ILLUSTRATION OF QUERYING THE SYSTEM USING
Postgresql

Snapshot of the system designed.

You might also like