https://github.com/m-azra3l/studentadminsystem
The Student Admin System is a simple C# application that helps manage student records, assessments, and degree programs. It is built on .NET 7, using .txt database system and designed with Visual Studio 2022.
https://github.com/m-azra3l/studentadminsystem
csharp
Last synced: about 1 year ago
JSON representation
The Student Admin System is a simple C# application that helps manage student records, assessments, and degree programs. It is built on .NET 7, using .txt database system and designed with Visual Studio 2022.
- Host: GitHub
- URL: https://github.com/m-azra3l/studentadminsystem
- Owner: m-azra3l
- License: mit
- Created: 2024-07-12T09:20:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T09:22:58.000Z (about 2 years ago)
- Last Synced: 2025-01-02T10:45:08.741Z (over 1 year ago)
- Topics: csharp
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Student Admin System
## Overview
The Student Admin System is a C# application that helps manage student records, assessments, and degree programs. It is built on .NET 7 and designed to be used with Visual Studio 2022.
## Features
- Manage students, cohorts, modules, and assessments.
- Calculate module and program results based on assessments.
## Getting Started
### Prerequisites
- [.NET 7 SDK](https://dotnet.microsoft.com/download/dotnet/7.0)
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
### Installation
1. Unzip the file.
2. Open the project in Visual Studio 2022.
### Running the Application
1. Build the solution.
2. Copy the `StudentAdmin` folder into the `bin` directory if not present before running the application
3. Start the application by pressing `F5` or clicking the "Start Debugging" button.
## Usage
- Follow the on-screen prompts to perform various tasks in the application.
## Project Structure
- `StudentAdminSystemApp.UI`: Contains the UI and application logic for the Student Administration System.
- `StudentAdminSystemApp.DataLayer`: Contains the data access layer for interacting with data sources.
- `StudentAdminSystemApp.LogicAPI`: Contains the business logic and interfaces for the application.
- `StudentAdminSystemApp.Models`: Contains the models of the application.
- `StudentAdminSystemApp.Helpers`: Contains the helper classes the application.