College Networking Site Using PHP

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

College Networking Site using PHP-MySQL

Abstract: A social networking site restricted to college and the students enrolled there, College
Networking Site provides a platform via which students can share information between them. No
matter where students are located – in what country or part of the world, with this application
college students can get connected for meaningful educational purposed. In order to use the
college networking site, students must be college students and they must create an account.
Account creation for other users is restricted. Students can send friend requests to each other, and
after that they can send messages, find old friends, share materials and stay connected.

Features:

It connects students from different countries and part of the world.

Students can share and collect knowledge by connecting with each other.

Educational materials such as question papers, tutorials, project materials, and presentations can
be shared.

With this application, students can create their individual profiles and upload images, files, and
videos.

It provides other social networking features such as email and groups, video sharing, articles, etc.

Inside the Application – System Design:

Applicable Document:

Profile detail: It manages and stores students’ profile information.

Education detail: It stores education articles, tutorials, questions papers, etc that are shared by
students.

Upload detail: It holds images, videos, and any other information uploaded into the application.

Functional Decomposition:

Student profile

Education profile

Education articles

Images and videos

Quiz, question papers, question-answers, etc.


Functional Components:

Functional Component 1: Student Profile

Input – Student adds profile information and education details.

Process – System checks previous student account and education details.

Output – Student can view education detail and profile details.

Functional Component 2: Tutorials

Input – Student uploads education articles, tutorials, images, videos, etc.

Process – System uploads education articles, tutorials, images, videos to database.

Output – Student can view uploaded education articles, tutorials, images, videos, etc.

Functional Component 3: Admin

Input – Admin can upload and share video tutorials, question papers, books, etc.

Process – System uploads education tutorials, question papers, books to database.

Output – Student can view uploaded tutorials, question papers, books, etc.

You might also like