You are on page 1of 15

Shri Govindram Seksaria Institute of

Technology and Science

Major Project
IV sem II year

Guided By: Submitted By:


Dr. Sunita Verma Mishika Shrivastava
(0801CA201038)
Prof.Upendra Singh
Sakshi Sharma
(0801CA201051)

1
Content:

1. Introduction
2. Technologies
3. Roles
4. Analysis Phase
5. Conclusion

2
Introduction:
Our project is based on finances background, in which we are going to
develop a website with several finance services, linked with
government portals, in which user can pay taxes, bill and make
investments.

The Main aim of developing this website is to simplify finances, save


money and time for millions of Indian businesses and people. We are a
technology company that builds trusted, useful and insightful platforms
for our clients to run their finances and improve their relationship with
money.

3
Technologies:
FRONT END: HTML,CSS

BACK END: PHP,JAVA

DATABASE: MYSQL

4
Roles:

Mishika Shrivastava Sakshi Sharma

Client Client
Interaction Interaction

Handle Database Backend


(MySQL) Coding(PHP)

5
Analysis Phase:

1. Client Interaction
2. Develop SOW
3. SOW Format
4. MySQL
5. PHP

6
Client Interaction:
It is the process of understanding what you are suppose to be building, and why
you building it.

• Requirements elicitation: getting business requirements from relevant


stakeholders to understand user needs.
• Requirements documentation: codifying that information in the form of
user stories and feature specifications so they are accessible to the project
team.
• Requirements understanding: making sure everyone's on the same page
about what the heck you're all trying to build.

• Understanding Client Requirements


• Ask Questions & Give Suggestions
• Preparing Notes according to the requirements
• Concluding the whole idea

7
Developing the SOW(Scope of Work):
The scope of work (SOW) is one of the first documents you’ll create to lay out
the entire landscape of the project before you plan and execute. It is the
document that provides a description of the project's requirements.

Purpose of SOW:

• The statement of work is a detailed overview of the project scope. It’s also
a way to share the project requirements, acceptance criteria and payment
terms with those who are working on the project, whether they are
collaborating or are contracted to work on the project.

• It’s also helpful to project managers, as it provides a structure on which the


project plan can be built on. 

8
Demo Website: https://www.smarteyeapps.com/free_demo/free-website-templates-for-school

9
SOW Format:

10
MySQL:
MySQL server is used for data operations like querying,
sorting, filtering, grouping, modifying and joining the tables.

It runs as a server and allows multiple users to manage and


create numerous databases. It is a central component in the
LAMP stack of open source web application software that is
used to create websites.

11
MySQL Query:
//data base connectivity query
<?php
$servername = "localhost";
$username = "username";
$password = "password";

// Create connection
$conn = new mysqli($servername, $username, $password);

// Check connection
if ($conn->connect_error) {
  die("Connection failed: " . $conn->connect_error);
}
echo "Connected successfully";
?>

12
PHP:
PHP (or PHP Hypertext Pre-processor) is a server-side scripting
language that is used to create dynamic web pages that can interact
with databases. It is a widely-used open source language that is
specifically used for web application development and can be
embedded within HTML.

Purpose:
PHP is a server-side scripting language, which means the client
only receives the output since the processing happens in the server.
The processing is done by using the resources of the server before
sending the output. This is in contrast to languages like JavaScript
in, which the language is processed on the computer of the client
and the resources used are from the computer and not a server.

13
Conclusion:
We would like to conclude that our Website involves many aspects,
including programming and Web server and network administration,
hosting, graphics/design, the development and administration of
databases, construction of interfaces, project management and quality
assurance, search engine optimization, the maintenance of data in
content management/editing systems and much more.

Our website is a finance related website which gives some basic


finance services like GST, License and Tax Paying.

14
THANK YOU…

15

You might also like