Prototype for an online classroom platform, where teachers are able to turn off the students monitors.
Spyware is a backend, frontend, and client for a classroom digital platform made in C# with ASP.NET, Blazor, and WinForms as a school project.
Client only supports windows!
- Clone the repository
- Install dotnet
- Run
dotnet buildin root
Run dotnet run in src/Server, src/Client/Web, and src/Client/Windows.
On the web dashboard, login using the username and password eve. This is your teacher account. Go to the teacher dashboard.
In the client winforms, login using username and password charlie. Then press the Raise Hand button. Now in the teacher dashboard confirm that the student name Charlie, has raised their hand. Try press the Turn On/Off Screens on the dashboard a few times. Your screen should turn off.
This is for a school project and is not open for contributions.
This project is licensed under the MIT License - see the LICENSE file for details.