0% found this document useful (0 votes)
12 views

Elite Auto

Uploaded by

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

Elite Auto

Uploaded by

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

ELITE AUTO

Project Guide :
Prof. Neha Kulkarni
_____________
Project Member:
Soham Mokate (2230054)
Piyush Amrale (2230001)
• Chapter 1: INTRODUCTION
• Chapter 2:PROPOSED SYSTEM
• Chapter 3:ANALYSIS &DESIGN
Overview • Chapter 4: User Manual
• Limitations
• Future Enhancement
• Bibliography
• Annexure
Chapter 1: INTRODUCTION
• Need For System :
▪ Problem Statement:
Managing a luxury car dealership with old methods often means using paper
records or separate systems, which can be slow and confusing. This can lead
to delays in updating car inventory, scattered customer information, and
difficulties in keeping track of sales and service records.
▪ Target Users:
The main users of this system are dealership employees (like salespeople,
service techs, and managers) and customers who want to buy or service luxury
cars. The system will make it easier for them to use and manage information
smoothly.
Chapter 1: INTRODUCTION
• Scope& Feasibility of work:
▪ Scope:
What’s included: The project will focus on creating a website for the luxury car
dealership, "Elite Auto," which will include features like browsing car , scheduling test
drives, managing service appointments, and handling customer inquiries.
What’s Not Included: This project will not cover financial accounting, detailed
inventory management beyond basic tracking, or any external integrations not directly
related to the dealership's core operations.
▪ Feasibility:
Technical Feasibility: The project is achievable with current technology. Using web
development tools and databases, we can build a system that meets the needs of
the dealership.
Budget Feasibility: Given the available resources and budget, we can develop the
Chapter 1: INTRODUCTION
Architecture Of System :
Chapter 1: INTRODUCTION
• Detailed description Of technology used:
HTML:
HTML (Hypertext Mark-up Language) is used to structure the content and layout of our website, such as forms,
navigation bars, and other elements. HTML serves as the foundational layer where CSS and JavaScript files are linked for
styling and interactivity.
CSS:
CSS (Cascading Style Sheets) is used to define the visual presentation of our website, controlling the layout, colours,
fonts, and overall design. We primarily use external CSS files to keep styling separate from the HTML for better
maintainability and reusability.
JavaScript:
JavaScript is used to add dynamic behaviour and interactivity to our website. This includes functions like pop-up
modals, form validation, sliders (like swiped), time delays, and other interactive elements that enhance user experience.
MySQL:
MySQL is a relational database used for storing structured data related to the website, such as user information,
content, and administrative data. It allows for efficient querying and data management, ensuring that data can be retrieved,
updated, and managed effectively by both the server and admin panel.
NodeJS:
Node.js is a server-side JavaScript runtime that allows us to handle server-side logic, such as connecting to the
database (MySQL), processing requests, and managing real-time interactions. Node.js handles communication between the
Chapter 1: INTRODUCTION
• Operating Environment – H/w & S/w
Minimum Hardware Specification:
CPU: Intel i3
RAM: 512 MB
ROM: 4 GB
Network: Basic Network connection can access online resources

Minimum Software Specification:


Operating System: Windows 10 or later
Frontend/Web Development: HTML, CSS & JavaScript
Database: MySQL
Chapter 2: PROPOSED SYSTEM
• Proposed System:
Overview :
The proposed system is a website for a luxury car dealership. It’s designed to help both customers and the
dealership by providing an easy-to-use platform for managing and exploring luxury vehicles. The website
aims to enhance the customer experience.
Key Features :
Car Listings: Display detailed information about each luxury car, including images, specifications, and
prices.
User Accounts: Enable customers to create accounts, request more information or schedule test drives.
Get in touch Form: A form where users can enter their name, email, phone number, and message. This
allows them to send inquiries or message directly to the dealership.
Responsive Design: Ensure the website works well on both desktop and mobile devices.
Benefits :
For Customers: Easy access to detailed information about luxury cars, improved search and browsing
experience, and efficient communication with the dealership.
For Dealership: Efficient management of car inventory, better customer engagement, and potential for
Chapter 2: PROPOSED SYSTEM
• Objectives of System:
Showcase Luxury Cars:
Display a comprehensive catalogue of luxury cars with detailed information,
including images, specifications, and prices, for customers to explore.
Manage Car Inventory:
Through an admin panel, allow the dealership to add, update, and remove car
listings efficiently. The database will store all the information about the cars,
ensuring data accuracy and consistency.
Facilitate Customer Inquiries:
Enable users to contact the dealership via forms. The admin panel will help manage
these inquiries and track responses.
Generate Reports:
Use the admin panel to generate reports and analytics on sales, inventory, and
Chapter 3: ANALYSIS &DESIGN
• ERD:
Chapter 3: ANALYSIS &DESIGN
• DFD: Zero Level DFD-
Chapter 3: ANALYSIS &DESIGN
• DFD:
First Level DFD Admin Side- First Level DFD User Side-
Chapter 3: ANALYSIS &DESIGN
• Data Dictionary :
1.Table:LogIn- Field Name Data Type Description
user_Id INT Unique Identifier For Search User
Username VARCHAR Users Login Name
Password VARCHAR Users encrypted password
Email VARCHAR Users email address

2.Table:Cars- Field Name Data Type Description


car_Id INT Unique Identifier For each car
Model VARCHAR Model of the car
Price Decimal Price of the car
Description VARCHAR Detailed description of the car
Chapter 4: USER MANUAL
• User Interface Design (screens etc.)
Chapter 4: USER MANUAL
• 4.2 Limitation:
• Limited Security & Inability to Generate Payments:
A static website has limited features as compared to dynamic webpage, which
May users can’t make payment directly through the website.
• Inflexible Content Management System :
Updating content on static website requires manual editing of the HTML or other
code files, which can be time consuming and less efficient.
• Lazy Loading:
Data will be stored slowly because our website does not need real time data
update.
• Capability:
Website can handle only few user at a time. Our website is not scalable at this
Chapter 4: USER MANUAL
• Future Enhancement:
Vehicle search functionality:
Implement a search feature allowing users to search for vehicles based on criteria such as make,
model, year, price range, mileage, etc. This can greatly enhance user experience and help
visitors find vehicles more efficiently.
Online Financing Applications:
Allow users to apply for financing directly through your website. Implement a secure online
form where users can submit their information and apply for financing, streamlining the buying
process.
Vehicle Comparison Tool:
Enable users to compare multiple vehicles side by side. This can help them make more informed
decisions by easily comparing features, specifications, and pricing of different vehicles.
Scale: We can increase user interaction at a time.
Payment: We can give functionality using Net Banking, RTGS etc.
Security Enhancement: We can upgrade security of our website using firewall layers and key
Chapter 4: USER MANUAL
• Bibliography:
Stackoverflow.com
W3schools.com
Tutorialspoint.com
• Reference websites are Car Wale & BigBoyToys.
Chapter 4: USER MANUAL
• Annexure: Sample Program Code :

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ELITE AUTO</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<!--font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<!--header section start-->
<header class="header">

You might also like