StudentSystem is a simple MVVM application built with WPF and Entity Framework Core for learning purposes.
- StudentSystem Contains Views and ViewModels
- StudentSystem.Data Contains data models ane data context
- StudentSystem.Services Contains service models and database services
- StudentSystem.Common Contains all the common things
The application is built on three levels of access: Students, teachers and administrators.
- Students are only able to see information about their courses and grades.
- Teachers are able to see all the information about their courses and can evaluate their students.
- Administrators have the highest level of access. They are able to add courses, students, and teachers and subscribe them to courses.




