0% found this document useful (0 votes)
36 views18 pages

Project Cs FINALdocx

This document contains a student's project portfolio for an E-commerce Database Management System. It includes an acknowledgement, certificate, introduction describing the project functionality, purpose, hardware/software requirements, and coding sections. The project allows users to search for products by category, brand, or view all. It then allows placing orders which are added to an order database, and quantities are deducted from the main database. The student acknowledges help from their teacher and principal.

Uploaded by

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

Project Cs FINALdocx

This document contains a student's project portfolio for an E-commerce Database Management System. It includes an acknowledgement, certificate, introduction describing the project functionality, purpose, hardware/software requirements, and coding sections. The project allows users to search for products by category, brand, or view all. It then allows placing orders which are added to an order database, and quantities are deducted from the main database. The student acknowledges help from their teacher and principal.

Uploaded by

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

KENDRIYA VIDYALAYA NO.

2 ,
CHHINDWARA, MADHYA PRADESH

C.S PROJECT PORTFOLIO


TOPIC – E-COMMERCE DATABASE
MANAGEMENT SYSTEM

SUBMITTED BY: SUBMITTED TO:


RITUL MASTKAR MR. S.K. SONI SIR
CLASS - XII ‘A’ PGT (CS)
ROLL NO. – 19617094
ACKNOWLEDGEMENT
It is my pleasure that I acknowledge my sincere
gratitude to our teacher MR. S.K. SONI who
taught and undertook the responsibility of
teaching the subject
computer science. I have greatly benefited
from his classes. I would like to express my
sincere appreciation for all the other
students of my batch and the good times
that we all shared together. Finally, I would like
to thank our principal Mr. M.P. Kurveti who
has always been a source of inspiration.
CERTIFICATE
This is to certify that Ritul Mastkar, of class XII ‘A’
Kendriya Vidyalaya No.2 Chhindwara, Madhya Pradesh
has done project on
E-COMMERCE DATABASE MANAGEMENT SYSTEM
under the supervision of Mr. S.K. Soni . I have taken
interest and have shown at most sincerity in
completion of this project. I certify this project to our
expectation and as per guidelines issued by
CBSE, NEW DELHI.

___________________________ _________________________

INTERNAL EXAMINER EXTERNAL EXAMINER

___________________

PRINCIPAL
HARDWARE AND SOFTWARE REQUIRED

● HARDWARE
PC
MOBILE PHONE

● SOFTWARE
PYTHON (latest version)
MYSql Python Connector
INTRODUCTION

This project automates the E – COMMERCE


DATABASE MANAGEMENT SYSTEM which
gives the user three different options through
which they can search for the product of their
choice, and finally place their orders.

The first option is to search through various


catagories of products, for e.g.
Smartphones, Clothes, Groceries, etc.
The user can choose their category and they will
be shown all the products available in that
particular category.
The second option is to take a look at all the
products available. The user can choose to take a
look all the different types of products available
and choose their product from there.
The third option is to search through the various
brands available. The user can choose to take a
look at all the brands available and choose a
particular brand. On choosing the particular
brand the user will be shown all the products
that are available from that particular brand.

Lastly, the user can place an order of their


product of choice. On placing the order of a
particular product, that product is added into the
order_table in the database with various other
details like the transaction ID (which is allotted to
every transaction that has been made), product
ID, product name, date of dispatch and the
contact details of the customer.
Also the quantity of the product which has been
ordered is reduced by 1 from the main_table.
PURPOSE OF THIS PROJECT
The purpose of this project is to provide an
interface to the user which is easy to use and
efficient.
It also helps the e- commerce company to keep a
track of the products available , and the
transactions which are being made.

SOME IMPORTANT TERMS

● MySql Database
● Interfacing MySql with python
● MySql connector
● Functions in python
CODING
REFERENCES

● Class 11 Book (Sumitra Arora python)


● Class12 Book( Sumitra Arora python)
● LINKS:
https://google.com

You might also like