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: 3 months ago
JSON representation
Student Department System
- Host: GitHub
- URL: https://github.com/ali-elshorpagi/student-department-system
- Owner: Ali-Elshorpagi
- Created: 2023-09-27T19:37:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T17:02:29.000Z (about 2 years ago)
- Last Synced: 2025-04-09T10:52:25.802Z (6 months ago)
- Topics: asp-net, c-, database-management, entity-framework, mvc-pattern, sql-server
- Language: C#
- Homepage:
- Size: 29.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**
- 
- > **Sign Up**
- 
- > **Home Page**
- 
- > **Students List**
- 
- > **Department List**
- 
- > **Create New Student**
- 
- > **Create New Depatment**
- 
- > **Updating Student**
- 
- > **Updating Department**
- 
- > **Student Details**
- 
- > **Department Details**
- 
- 