Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ali-elshorpagi/student-department-system
- Owner: Ali-Elshorpagi
- Created: 2023-09-27T19:37:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T17:02:29.000Z (about 1 year ago)
- Last Synced: 2023-09-29T22:52:22.463Z (about 1 year ago)
- Topics: asp-net, c-, database-management, entity-framework, mvc-pattern, sql-server
- Language: C#
- Homepage:
- Size: 29.8 MB
- Stars: 0
- 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**
- ![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)