SlideShare a Scribd company logo
By:
Ankita Manoj Sankpal
Shraddha Dhondiram Kadam
GLAM
COLLECTION
An Online Jewellery Shop
Introduction
Online Jewellery Shop is basically used to build an application program which
help people to find and buy latest design of jewellery with different categories
like Gold Silver, Diamond . It is useful in the way that it makes an easier way to
buy products online. Today most of the jewellery shop is useful for shopping site.
The admin have lots of paper work and they are using desktop, spread sheet like
MS Excel application to manage data in soft copy about user record. In this
proposed jewellery System it will run in server and user can handle whole the
registration activities. This application maintains the centralized database so
that any changes done at a location reflects immediately. This is an online tool so
more than one user can login into system and use the tool simultaneously. The
aim of this application is to reduce the manual effort needed to manage
transactions and historical data used in various gods owns. Also this application
provides an interface to users to view the details about events.
Objectives of
System
• Increasing Sales in Ecommerce Store
• Increasing Brand Awareness
• Attracting more Visitors
• Improving Customer Satisfaction
• Reducing Shopping Cart
Abandonment
• Increasing Conversion Rates
• Attracting Repeat Customers
• Improving the User Experience
Technology Used
We have developed this project using the below technology
• HTML : Page layout has been designed in HTML
• CSS : CSS has been used for all the desigining part
• JavaScript : All the validation task and animations has been developed
by JavaScript
• Python : All the business logic has been implemented in Python
• SQLite : SQLite database has been used as database for the project
• Django : Project has been developed over the Django Framework
starting you have to make sure these important
necessities.
Install Python
Install Django
1. Create New Django Project
django-admin startproject helloworld
2. Enter Into Your Project
cd helloworld
3. Create Your First Django App
python manage.py startapp blog
4. Register Your App
settings.py=INSTALLED_APPS = [
'blog',]
5. Create Static & Templates Folders
6. Set Static Directories
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static')
]
7. Set Template Directories
TEMPLATES = [{
'DIRS': [os.path.join(BASE_DIR, 'templates')],
}]
8. Create Templates
index.html , about.html or contact.html .
9. Set URLs of Project & App
urlpatterns = [
path('admin/', admin.site.urls),
path('', include('home.urls'),
]
10. Define & Render URLs
views.py=from django.shortcuts import render
def index(request):
return render(request, 'index.html', {})
11. Create A Super-User
python manage.py createsuperuser admin
12. Run Migrations
python manage.py makemigrations
python manage.py migrate
13. Run Project
python manage.py runserver
Steps To Create Jwellery Website using Django
Features & Modules:
Customer Module
1. Customer can view/search products without login.
2. Customer can also add/remove product to cart without login (if customer try to addsame product in
cart. It will add only one)
3. When customer try to purchase product, then he/she must login to system.
4. After creating account and login to system, he/she can place order.
5. If customer click on pay button, then their payment will be successful and theirorder will be placed.
6. Customer can check their ordered details by clicking on orders button.
7. Customer can see the order status (Pending, Confirmed, Delivered) for each order.
8. Customer can Download their order invoice for each order
9. Customer can send feedback to admin (without login)
Admin Module
1. Admin can provide username, email, password and your admin account will be
created.
2. After login, there is a dashboard where admin can see how many customers is
registered, how many products are there for sale, how many orders placed.
3. Admin can add/delete/view/edit the products.
4. Admin can view/edit/delete customer details.
5. Admin can view/delete orders. Admin can change status of order (order is pending,
confirmed, out for delivery, delivered)
6. Admin can view the feedbacks sent by customers
Project Workflow
Advantages & Disadvantages
Advantages of eCommerce
• 1. A Larger Market
• 2. Customer Insights Through
Tracking And Analytics
• 3. Fast Response To Consumer
Trends And Market Demand
• 4. Lower Cost
• 5. More Opportunities To “Sell”
Disadvantages of eCommerce
• 1. Lack Of Personal Touch
• 2. Lack Of Tactile Experience
• 3. Price And Product Comparison
• 4. Need For Internet Access
• 5. Credit Card Fraud
Conclusion
• The project “GLAM COLLECTION- An Online Jewellery Shop website using Django" was finished
successfully. The task has created with incredible
• Website is useful to handle jwellery, while additionally being proficient and efficient. The target of the
task is to make a site that empowers clients to shop essentially through web and to buy their preferred
results from the retailer. This task gave me incredible data and pragmatic information on planning of
site page using HTML and CSS, responsive template usage, various Django topics in much more detail.
This undertaking has provided me with a ton of fulfillment since I had the option to fabricate an
application that can be handily changed and executed in any close by organizations or marked shops
selling various items. Promoting online and mobile commerce as a complement to traditional trade
rather than as a replacement is a good business strategy. The collaborative efforts between online and
disconnected enterprises will increase competence and result in a more consistent appearance. The
longer future also includes a scenario that will see the growth of specialty organizations, as well as
mergers and acquisitions to enable companies to grow inorganically. To attract and retain a larger
audience, businesses should spend in the organization of services and the use of web advertising.
Potential open doors are emerging inside the local business sectors through flexible entry, including
mobile application framework, content improvement in regional dialects, and walkability. In the
aftermath of demonetization, too Computerized payments are anticipated to increase, thus businesses
should embrace more secure payment infrastructure.
Two Content Layout with Table
• First bullet point here
• Second bullet point here
• Third bullet point here
Class Group 1 Group 2
Class 1 82 95
Class 2 76 88
Class 3 84 90
Title and Content Layout with Chart
0
1
2
3
4
5
6
Category 1 Category 2 Category 3 Category 4
Series 1 Series 2 Series 3
Conclusion
The project "E-commerce website using Django" was finished
successfully. The task has created with incredible consideration
and is sans mistake, while additionally being proficient and
efficient. The target of the task is to make a site that empowers
clients to shop essentially through web and to buy their preferred
results from the retailer. This task gave me incredible data and
pragmatic information on planning of site page using HTML and
CSS, responsive template usage, various Django topics in much
more detail. This undertaking has provided me with a ton of
fulfillment since I had the option to fabricate an application that
can be handily changed and executed in any close by
organizations or marked shops selling various items. Promoting
online and mobile commerce as a complement to traditional trade
rather than as a replacement is a good business strategy. The
collaborative efforts between online and disconnected
enterprises will increase competence and result in a more
consistent appearance. The longer future also includes a scenario
that will see the growth of specialty organizations, as well as
mergers and acquisitions to enable companies to grow
inorganically. To attract and retain a larger audience, businesses
should spend in the organization of services and the use of web
advertising. Potential open doors are emerging inside the local
business sectors through flexible entry, including mobile
application framework, content improvement in regional dialects,
and walkability. In the aftermath of demonetization, too
Computerized payments are anticipated to increase, thus
businesses should embrace more secure payment infrastructure.
Two Content Layout with SmartArt
• First bullet point here
• Second bullet point here
• Third bullet point here
• Task Description
• Task Description
Step 1 Title
• Task Description
• Task Description
Step 2 Title
• Task Description
• Task Description
Step 3 Title
GLAM COLLECTION.pptx

More Related Content

Similar to GLAM COLLECTION.pptx

Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasad
Bhawani N Prasad
 
report on volusion.com
report on volusion.com report on volusion.com
report on volusion.com
uzair-bhatti
 
Setting_Product_Strategy.pptx
Setting_Product_Strategy.pptxSetting_Product_Strategy.pptx
Setting_Product_Strategy.pptx
Ashish360593
 
Work Samples: Marketing Automation Manager
Work Samples: Marketing Automation ManagerWork Samples: Marketing Automation Manager
Work Samples: Marketing Automation Manager
Venditto Consulting
 
GROWMMERCE
GROWMMERCEGROWMMERCE
GROWMMERCE
IRJET Journal
 
PPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptxPPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptx
Ashish360593
 
Whitepaper tips&tricks
Whitepaper tips&tricksWhitepaper tips&tricks
Whitepaper tips&tricksprincyxavier
 
FAS: 29 juni - Magento Enterprise
FAS: 29 juni - Magento EnterpriseFAS: 29 juni - Magento Enterprise
FAS: 29 juni - Magento Enterprise
Tjitte Folkertsma
 
project on volusion.com
project on volusion.comproject on volusion.com
project on volusion.com
uzair haider
 
How Much Time Does It Take to Build An E-commerce App?
How Much Time Does It Take to Build An E-commerce App?How Much Time Does It Take to Build An E-commerce App?
How Much Time Does It Take to Build An E-commerce App?
Inexture Solutions
 
E-Commerce Site Presentation
E-Commerce Site PresentationE-Commerce Site Presentation
E-Commerce Site Presentation
RohanRajMudvari
 
Successful Websites & Portfolio of Ecommerce projects
Successful Websites & Portfolio of Ecommerce projectsSuccessful Websites & Portfolio of Ecommerce projects
Successful Websites & Portfolio of Ecommerce projects
Zealous System
 
Ecommerce Websites
Ecommerce WebsitesEcommerce Websites
Ecommerce Websites
Zealous System
 
Report of e commerce website
Report of e commerce websiteReport of e commerce website
Report of e commerce website
Farhan Anik
 
Design and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdfDesign and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdf
Omar Omar
 
Design and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdfDesign and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdf
TomTom149267
 

Similar to GLAM COLLECTION.pptx (20)

Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasad
 
Ijbrm 24
Ijbrm 24Ijbrm 24
Ijbrm 24
 
report on volusion.com
report on volusion.com report on volusion.com
report on volusion.com
 
Setting_Product_Strategy.pptx
Setting_Product_Strategy.pptxSetting_Product_Strategy.pptx
Setting_Product_Strategy.pptx
 
Work Samples: Marketing Automation Manager
Work Samples: Marketing Automation ManagerWork Samples: Marketing Automation Manager
Work Samples: Marketing Automation Manager
 
GROWMMERCE
GROWMMERCEGROWMMERCE
GROWMMERCE
 
PPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptxPPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptx
 
Virtual shopping
Virtual shoppingVirtual shopping
Virtual shopping
 
fashion
fashionfashion
fashion
 
Whitepaper tips&tricks
Whitepaper tips&tricksWhitepaper tips&tricks
Whitepaper tips&tricks
 
FAS: 29 juni - Magento Enterprise
FAS: 29 juni - Magento EnterpriseFAS: 29 juni - Magento Enterprise
FAS: 29 juni - Magento Enterprise
 
project on volusion.com
project on volusion.comproject on volusion.com
project on volusion.com
 
IT in retail
IT in retailIT in retail
IT in retail
 
How Much Time Does It Take to Build An E-commerce App?
How Much Time Does It Take to Build An E-commerce App?How Much Time Does It Take to Build An E-commerce App?
How Much Time Does It Take to Build An E-commerce App?
 
E-Commerce Site Presentation
E-Commerce Site PresentationE-Commerce Site Presentation
E-Commerce Site Presentation
 
Successful Websites & Portfolio of Ecommerce projects
Successful Websites & Portfolio of Ecommerce projectsSuccessful Websites & Portfolio of Ecommerce projects
Successful Websites & Portfolio of Ecommerce projects
 
Ecommerce Websites
Ecommerce WebsitesEcommerce Websites
Ecommerce Websites
 
Report of e commerce website
Report of e commerce websiteReport of e commerce website
Report of e commerce website
 
Design and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdfDesign and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdf
 
Design and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdfDesign and Implementation of E-Commerce Site for Online Shopping.pdf
Design and Implementation of E-Commerce Site for Online Shopping.pdf
 

Recently uploaded

When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 

Recently uploaded (20)

When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 

GLAM COLLECTION.pptx

  • 1. By: Ankita Manoj Sankpal Shraddha Dhondiram Kadam GLAM COLLECTION An Online Jewellery Shop
  • 2. Introduction Online Jewellery Shop is basically used to build an application program which help people to find and buy latest design of jewellery with different categories like Gold Silver, Diamond . It is useful in the way that it makes an easier way to buy products online. Today most of the jewellery shop is useful for shopping site. The admin have lots of paper work and they are using desktop, spread sheet like MS Excel application to manage data in soft copy about user record. In this proposed jewellery System it will run in server and user can handle whole the registration activities. This application maintains the centralized database so that any changes done at a location reflects immediately. This is an online tool so more than one user can login into system and use the tool simultaneously. The aim of this application is to reduce the manual effort needed to manage transactions and historical data used in various gods owns. Also this application provides an interface to users to view the details about events.
  • 3. Objectives of System • Increasing Sales in Ecommerce Store • Increasing Brand Awareness • Attracting more Visitors • Improving Customer Satisfaction • Reducing Shopping Cart Abandonment • Increasing Conversion Rates • Attracting Repeat Customers • Improving the User Experience
  • 4. Technology Used We have developed this project using the below technology • HTML : Page layout has been designed in HTML • CSS : CSS has been used for all the desigining part • JavaScript : All the validation task and animations has been developed by JavaScript • Python : All the business logic has been implemented in Python • SQLite : SQLite database has been used as database for the project • Django : Project has been developed over the Django Framework
  • 5. starting you have to make sure these important necessities. Install Python Install Django 1. Create New Django Project django-admin startproject helloworld 2. Enter Into Your Project cd helloworld 3. Create Your First Django App python manage.py startapp blog 4. Register Your App settings.py=INSTALLED_APPS = [ 'blog',] 5. Create Static & Templates Folders 6. Set Static Directories STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static') ] 7. Set Template Directories TEMPLATES = [{ 'DIRS': [os.path.join(BASE_DIR, 'templates')], }] 8. Create Templates index.html , about.html or contact.html . 9. Set URLs of Project & App urlpatterns = [ path('admin/', admin.site.urls), path('', include('home.urls'), ] 10. Define & Render URLs views.py=from django.shortcuts import render def index(request): return render(request, 'index.html', {}) 11. Create A Super-User python manage.py createsuperuser admin 12. Run Migrations python manage.py makemigrations python manage.py migrate 13. Run Project python manage.py runserver Steps To Create Jwellery Website using Django
  • 7. Customer Module 1. Customer can view/search products without login. 2. Customer can also add/remove product to cart without login (if customer try to addsame product in cart. It will add only one) 3. When customer try to purchase product, then he/she must login to system. 4. After creating account and login to system, he/she can place order. 5. If customer click on pay button, then their payment will be successful and theirorder will be placed. 6. Customer can check their ordered details by clicking on orders button. 7. Customer can see the order status (Pending, Confirmed, Delivered) for each order. 8. Customer can Download their order invoice for each order 9. Customer can send feedback to admin (without login)
  • 8. Admin Module 1. Admin can provide username, email, password and your admin account will be created. 2. After login, there is a dashboard where admin can see how many customers is registered, how many products are there for sale, how many orders placed. 3. Admin can add/delete/view/edit the products. 4. Admin can view/edit/delete customer details. 5. Admin can view/delete orders. Admin can change status of order (order is pending, confirmed, out for delivery, delivered) 6. Admin can view the feedbacks sent by customers
  • 10. Advantages & Disadvantages Advantages of eCommerce • 1. A Larger Market • 2. Customer Insights Through Tracking And Analytics • 3. Fast Response To Consumer Trends And Market Demand • 4. Lower Cost • 5. More Opportunities To “Sell” Disadvantages of eCommerce • 1. Lack Of Personal Touch • 2. Lack Of Tactile Experience • 3. Price And Product Comparison • 4. Need For Internet Access • 5. Credit Card Fraud
  • 11. Conclusion • The project “GLAM COLLECTION- An Online Jewellery Shop website using Django" was finished successfully. The task has created with incredible • Website is useful to handle jwellery, while additionally being proficient and efficient. The target of the task is to make a site that empowers clients to shop essentially through web and to buy their preferred results from the retailer. This task gave me incredible data and pragmatic information on planning of site page using HTML and CSS, responsive template usage, various Django topics in much more detail. This undertaking has provided me with a ton of fulfillment since I had the option to fabricate an application that can be handily changed and executed in any close by organizations or marked shops selling various items. Promoting online and mobile commerce as a complement to traditional trade rather than as a replacement is a good business strategy. The collaborative efforts between online and disconnected enterprises will increase competence and result in a more consistent appearance. The longer future also includes a scenario that will see the growth of specialty organizations, as well as mergers and acquisitions to enable companies to grow inorganically. To attract and retain a larger audience, businesses should spend in the organization of services and the use of web advertising. Potential open doors are emerging inside the local business sectors through flexible entry, including mobile application framework, content improvement in regional dialects, and walkability. In the aftermath of demonetization, too Computerized payments are anticipated to increase, thus businesses should embrace more secure payment infrastructure.
  • 12.
  • 13. Two Content Layout with Table • First bullet point here • Second bullet point here • Third bullet point here Class Group 1 Group 2 Class 1 82 95 Class 2 76 88 Class 3 84 90
  • 14. Title and Content Layout with Chart 0 1 2 3 4 5 6 Category 1 Category 2 Category 3 Category 4 Series 1 Series 2 Series 3
  • 15. Conclusion The project "E-commerce website using Django" was finished successfully. The task has created with incredible consideration and is sans mistake, while additionally being proficient and efficient. The target of the task is to make a site that empowers clients to shop essentially through web and to buy their preferred results from the retailer. This task gave me incredible data and pragmatic information on planning of site page using HTML and CSS, responsive template usage, various Django topics in much more detail. This undertaking has provided me with a ton of fulfillment since I had the option to fabricate an application that can be handily changed and executed in any close by organizations or marked shops selling various items. Promoting online and mobile commerce as a complement to traditional trade rather than as a replacement is a good business strategy. The collaborative efforts between online and disconnected enterprises will increase competence and result in a more consistent appearance. The longer future also includes a scenario that will see the growth of specialty organizations, as well as mergers and acquisitions to enable companies to grow inorganically. To attract and retain a larger audience, businesses should spend in the organization of services and the use of web advertising. Potential open doors are emerging inside the local business sectors through flexible entry, including mobile application framework, content improvement in regional dialects, and walkability. In the aftermath of demonetization, too Computerized payments are anticipated to increase, thus businesses should embrace more secure payment infrastructure.
  • 16. Two Content Layout with SmartArt • First bullet point here • Second bullet point here • Third bullet point here • Task Description • Task Description Step 1 Title • Task Description • Task Description Step 2 Title • Task Description • Task Description Step 3 Title