Help - Introduction & How to use this app
jirkuc SchoolWebApp is a simple web based school information system to keep track of students, school subjects and grades.
To use this app log-in either as:
-
student (username: petr)
- rights to view student, subject and grade data only; -
teacher (username: jecmen)
- rights to view and edit student, subject and grade data; -
admin (username: admin)
- rights to view and edit student, subject and grade data;
- rights to view and edit application user and role data.
The application was created as a learning project during the Object Oriented Programming course on VŠB-TU Ostrava using ASP.NET Core MVC, Entity Framework (to deal with the data stored in Azure SQL database) and Identity Framework (for an app-user authentication and authorization).