Welcome to my school system app

Created by ASP.NET Core MVC

1. Introduction

The application is designed for managing students, teachers, users, subjects, and grades in a school environment. Users are divided into roles, and based on these roles, they have different permissions to use the system. Please keep in mind that this is my first MVC application, so some errors may be present. I intend to further develop and expand it in the future.

2. Roles

Admin - Can do everything including the management roles and users

Principal - Can do everything except for the management roles and users

Teacher - They can create grades, and create or edit students, but cannot create or edit teachers or subjects, and cannot see other teachers' salaries.

Student - They only have permission to read records. They cannot edit or add new ones and doesnt see other students and salary of teachers.

3. Login

Here you have access credentials for the roles Principal, Teacher, and Student, and you can do everything within their permissions. Unfortunately, I cannot provide login credentials for the Admin role, as its permissions affect the overall functionality of the application.

Principal

User name: StanislavTvrdy

Password: standa123

Teacher

User name: PetraSpalena

Password: petra123

Student

User name: JanNovak

Password: jan123

Thank you for visiting this website.