Skip to content

Asritha2001/Student-Information-System

 
 

Repository files navigation

Student Management System

A web-based application designed for students to view their course details, grades, and personal information. This project provides an easy-to-navigate interface that allows students to access their data in real-time and keep track of their academic progress.

Features

  • Student Dashboard: A personalized interface for students to access their course information, grades, and personal details.
  • Real-Time Data Access: Ensures that students have up-to-date information on their academic performance and enrolled courses.
  • User-Friendly Design: A simple and intuitive front-end for efficient data viewing and easy navigation.

Tech Stack

  • Back-end: PHP
  • Front-end: HTML, CSS, JavaScript
  • Database: PostgreSQL

Project Structure

├── index.html # Landing page

├── assets/ # CSS, JavaScript, and image files

├── config/ # Database connection configurations

├── includes/ # PHP files for handling CRUD operations

└── README.md # Project documentation

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/student-management-system.git
    
  2. Move into the project directory:
    cd student-management-system
  3. Set up your database and import the provided SQL file.
  4. Update the database configurations in the config folder.
  5. Start a local server (e.g., XAMPP, MAMP) to run the project.

Usage

  • Homepage: View a dashboard with an overview of student data.
  • Student Profiles: Add, edit, and manage student information, including course enrollments and grades.

Contributors

This project was developed by a team of three, where I focused on the back-end development with PHP, while contributing to front-end enhancements in HTML, CSS, and JavaScript.

About

Web Application for students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%