ITPHP09
ITPHP09
SOFTWARE
Front End : HTML, BOOTSTRAP, JAVASCRIPT
Back End : MYSQL, PHP
Operating System : Windows 07
Software : NOTEPAD, XAMPP SERVER
ARCHITECTURE DIAGRAM:
MODULES:
Login /registration- Module.
Admin Module.
User Module.
Owner Module.
Parking zone Module.
MODULES DESCRIPTION:
Login /registration- Module:
Registration module is used to register the details about the user. That
contain create a unique name and password. That also needs a full name of user and
email id of user for authentication.
The basic module login is used to web page. The module has username and
password. That will be verified with database and allow to login to the web page.
Admin–Module:
This module is used to verify the user, its helps to prevent from the unauthorized
problems. Admin add the owners for the parking availability.
MODULES DESCRIPTION:
User-Module:
The user module is used to reserve the parking slots for their purpose
and required timing. User can pay the payment for their reserving parking
slot, it helps reduce the time and traffic in public place.
Owner-Module:
The purpose of owner module is post the availability of their parking areas and
allots the parking slot for the specified pre-booking user. Owner can receive the
payments from user for reserved parking slots.
MODULES DESCRIPTION:
Parking zone -Module:
This module is used to get the get the details of parking slots from the owners
and show the parking slots to the users. They can see the empty parking slots
whenever chosen areas.
Payment Module:
The payment module is used to user pay the deserved amount for the selected
parking slots.
DATA FLOW DIAGRAM:
LEVEL 0:
DATA FLOW DIAGRAM:
LEVEL 1:
DATA FLOW DIAGRAM:
LEVEL 2:
TABLE DESIGN:
USER:
Column Name Data Type Constraints
id integer Primary key
User Name varchar Not null
Password varchar Not null
E-mail varchar Not null
Phone Number integer Not null
OWNER: