E-Commerce Project
E-Commerce Project
Project Report On
E- COMMERCE WEBSITE
SUBMITTED BY
SCIENCE IN
COMPUTER SCIENCE
SEMESTER-V
PALGHAR-401404.
CERTIFICATE
This is to certify that SWAPNALI BHARAT PATILis a student studying
in TY.BSC.CS SEM V. She has completed project work entity E-
COMMERCEunder the guidance of FacultyMember Prof.
YUGANDHARA MORE. satisfactorily and has submitted to the University
of Mumbai in partial fulfillment of the requirement during the academic
year 2021- 2022. The matter presented in the project report has not been
submitted earlier.
College Stamp
__________________________________________________________________________
H.O.D Project Guide External
PLAGIARISM SCAN REPORT
0% 100% 0 6
Plagiarized Sentences Unique Sentences
Plagiarism Unique
This project is a internet based shopping application for an existing shop. The project objective is to
deliver the products through online shopping application into android platform. Online shopping is the
process where by customers directly buy goods or sevices from a seller in real-time, without an
intermediary service, over the internet. It is a form of electronic commerce. This project is an venture to
provide the advantages of online shopping to customers of a real shop. Therefore, the customer will get
the service of online shopping and doorstep delivery from his favourite shop.
The system after alert inspection has been identified to be presented with the following
modules and roles. The modules involved are:
1)Admini
strator
2)User
INDEX
Place:
Palghar Date:
Hardware Requirement:
Laptop(4GBRAM)
i3/i5Processer
500 GB/1TB hard disk
Software Requirement:
Python IDLE 3.7 (64Bits)
SQLITE.
INTRODUCTION
Search for the command prompt and type “python”. You can
see that python 3.9 is successfully installed.
An alternative way to search for “python” is the start menu
and clicking on IDLE (python 3.9 64-bit). You can start
coding in python using the integrated development
environment (IDLE).
Now, we are ready to start developing python applications in
your
• SQLite
SQLite is a capable library, providing an in-process relational
database for efficient storage of small-to-medium-sized data
sets. It supports most of the common features of SQL with few
exceptions. Best of all, most Python users do not need to install
anything to get started working with SQLite, as the standard
library in most distributions ships with the
sqlite3module.SQLite runs embedded in memory alongside your
application, allowing you to easily extend SQLite with your own
Python code. SQLite provides quite a few hooks, a reason able
subset of which are implemented by the standard library
database driver.
Django
Django is a high-level Python web framework that enables rapid
development of secure and maintainable websites. Built by
experienced developers, Django takes care of much of the hassle
of web development, so you can focus on writing your app
without needing to reinvent the wheel. It is free and open
source, has a thriving and active community, great
documentation, and many options for free and paid-for support.
HTML
HTML stands for Hyper Text Markup Language.
CSS
CSS is the language for describing the presentation of Web
pages, including colors, layout, and fonts. It allows one to adapt
the presentation to different types of devices, such as large
screens, small screens, or printers. CSS is independent of HTML
and can be used with any XML-based markup language. The
separation of HTML from CSS makes it easier to maintain sites,
share style sheets across pages, and tailor pages to different
environments.
OBJECTIVE
SYSTEM DESIGN
WORKING OF E-COMMERCE