Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sujanshresthanet committed May 30, 2022
0 parents commit 6a61c65
Show file tree
Hide file tree
Showing 4,768 changed files with 1,918,074 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
438 changes: 438 additions & 0 deletions Database/student-management-system.sql

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

100 changes: 100 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@

# Student-Management-System

Welcome to my repository. The **Student Management System (SMS)** is developed for transforming manual offline workload into online automatic system. It contains all the main
features such as adding and managing students, books with efficiently maintaining their data. This is a complete SMS with all the necessary functionalties. It also provides feature to **generate report** and **manage file**.


# Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

## Prerequisites

It is good to have basic knowledge of HTML, CSS, PHP and MySQL to understand this project.
>We will use XAMP server as it has cross-platform support and we won't be needed to worry about the operating system support.
Download and install suitable XAMP server from this link - https://www.apachefriends.org/download.html

## Setting up the environment

- Download and extract project source code on your local machine.
- Paste the source code in the htdocs folder. Default path will be here("C:\xampp\htdocs")
- Open XAMP Control Panel and start Apache & MySQL service
- Open your web browser and paste this link ("http://localhost/phpmyadmin/"). It should open database server page.
- Create new empty database named student-management-system. Select the student-management-system database and import the SQL file given with the source code.
- Review the config file from both of the includes folders. Change username and password accordingly.
- Open your web browser and paste this link ("http://localhost/foldername-in-htdocs-directory/").
- Open your web browser and paste this link ("http://localhost/foldername-in-htdocs-directory/").

# Student-Management-System---PHP-MySQL

Available Functions

* Student Management;
* Subject Management;
* Class Room Management;
* Exam Management;
* Attendance Management;
* Teacher Management;
* Parents Management;
* User Management;
* School Notice Distribution;

Setup Instruction

01. Create new MySQL database 'schoolnew' and import provided schoolnew.sql file.
02. Put all files and folders in your host's public directory.

Login Credentials

* Teacher Login - Email: [email protected] Password:1234
* Student Login - Email: [email protected] Password:1234
* Parent Login - Email: [email protected] Password:1234

# Screenshots

![Attendance](Screenshots/attendance.jpeg)

***

![Class room](Screenshots/class-room.jpeg)

***

![Dashboard](Screenshots/dashboard.jpeg)

***

![Exam](Screenshots/exam.jpeg)

***

![Exam Result](Screenshots/exam-result.jpeg)

***

![Notice](Screenshots/notice.jpeg)

***

![Parents](Screenshots/parents.jpeg)

***

![Schedule](Screenshots/schedule.jpeg)

***

![Student](Screenshots/student.jpeg)

***

![Admin Dashboard](Screenshots/subject.jpeg)

***

![Teacher](Screenshots/teacher.jpeg)

***

![Users](Screenshots/users.jpeg)
Binary file added Screenshots/attendance.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/class-room.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/dashboard.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/exam-result.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/exam.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/notice.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/parents.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/schedule.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/student.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/subject.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/teacher.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/users.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6a61c65

Please sign in to comment.