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

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.

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.