Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ali-elshorpagi/student-department-system

Student Department System
https://github.com/ali-elshorpagi/student-department-system

asp-net c- database-management entity-framework mvc-pattern sql-server

Last synced: about 6 hours ago
JSON representation

Student Department System

Awesome Lists containing this project

README

        

# Student Department System

## Table of Contents:
- [Description](#Description)
- [Prerequisites](#Prerequisites)
- [Features](#Features)
- [Screenshots](#Screenshots)

## Description:
The CRUD Project - Student Department System is a helpful computer program made with ASP.NET MVC. It helps schools and colleges keep track of students and departments easily. This system makes it simple to add, view, update, and remove student and department info.

Imagine it like a super easy tool for teachers and office staff. They can quickly manage student records and department details without any confusion. It makes school work smoother and saves time, making everyone happy.

## Prerequisites:
- [Visual Studio](https://visualstudio.microsoft.com/downloads/)
- [SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)
- [Entity Framework](https://learn.microsoft.com/en-us/ef/core/get-started/overview/install)
- [.NET Framework](https://dotnet.microsoft.com/download)

## Features:
- Creation: Add new department or student records into the system
- Reading: Retrieve and view department and student information
- Updating: Update details of existing departments or student profiles
- Deletion: Remove records from the database

## Screenshots:

- > **Login**
- ![Login](./Images/login.png)
- > **Sign Up**
- ![Sign Up](./Images/signup.png)
- > **Home Page**
- ![Home Page](./Images/homepage.png)
- > **Students List**
- ![Students List](./Images/studentindex.png)
- > **Department List**
- ![Department List](./Images/departmentindex.png)
- > **Create New Student**
- ![Create New Student](./Images/createstudent.png)
- > **Create New Depatment**
- ![Create New Depatment](./Images/createdepartment.png)
- > **Updating Student**
- ![Updating Student](./Images/updatestudent.png)
- > **Updating Department**
- ![Updating Department](./Images/updatedepartment.png)
- > **Student Details**
- ![Student Details](./Images/studentdetails.png)
- > **Department Details**
- ![Department Details](./Images/departmentdetails0.png)
- ![Department Details](./Images/departmentdetails1.png)