CS Project - SAMPLE
CS Project - SAMPLE
A PROJECT REPORT ON
____________________________________
SUBMITTED TO : SUBMITTED BY :
Ms. Rekha Mahajan Name:
P.G.T. (Computer Science) Class :
Adm No:
Board Roll No:
1
CERTIFICATE
This is to certify that _____________ of Class _____
_______________________________ under my
3
PROJECT SYNOPSIS
‘QUICK-STOP’
ECOMMERCE MANAGEMENT SYSTEM
PRE-REQUISITEKNOWLEDGE:
Class 11th basic python, MySQL connectivity, Database
Management, Modules, Functions and File Handling.
MODULESREQUIRED:
random (), math (), pickle (), MySQL. Connector (), tabulate ()
FEATURES:
Login/Sign
Admin Login
Shop by Categories
CustomerCart (Wish List)
Wallet
Order Summary
Stock Management
Customer List
4
USE:
The system can be used for e-commerce sites by
both users as well as admin.
Users can enter their login details and access their
wallet and can shop products (Electronics, Food
Delivery and Fresh Groceries) of their choice.
Admin login gives admin privilege to maintain stock,
review customers list and edit or cancel orders if
required.
INPUT/OUTPUT :
For signup, users fill in some details such as delivery
address, bank details and user id and password to be
used for login criteria.
For login, users fill in registered user id and
password to access their account and shop for
products.
After login user is prompted to change the details,
view cart or shop products.
In shop, user is given a variety of products to choose from.
After product selection, user get bill summary in
which he/she can add that product in cart or can
place instant order.
If user selects cart, the product is saved in the cart
and the user is shown the cart products.
5
If the user selects for an instant order, he/she is
redirected back to the main page after successful
payment and the amount is deducted from the wallet
balance.
DESCRIPTION:
This project aims at making a basic e-
commerce management system using
python and MySQL.
Frontend includes Python shell (Input and output)
Backend includes MySQL (Storage of
Data) The system includes a starting
login/signup page...
7
Food or fresh groceries after the option is
selected through the database the data is
retrieved and the user makes selection of
product from the given choices.
After selection,
User is redirected to a payment page in which user
can select from (adding the product to the cart or
making an instant order to the delivery address (can
be changed at the time of payment).
If order is placed then there is a bill summary
generated and the amount of product is deducted
from the wallet if the balance is low then the user
can’t place orders then he can avail COD option...
If product is added to cart the user can easily see his/her
pending items after login…
ADMINLOGIN
Besides login/signup there is an option for admin to login
through a unique user id and password to manage the
stock.
After login,
8
Admin is given options to see to the stock left in
various sections of system.
Admin can see all the users in the system and can
also see their details.
Admin can also manage the customers list and see
the total customers who have availed the services
through the site.
9
FLOW OF CONTROL OF WEBSITE :
10
SOURCE CODE
11
Databases and Tables made in MySQL for Project are as follows
12
BIBLIOGRAPHY
BooksReferred–
NCERT Computer Science Textbook for Class 12
Sumita Arora Textbook for Class 12
WebsitesSearched–
www.github.com
www.youtube.com
www.geeksforgeeks.org
13