This project is being done with the ASP.net Core 2.2 framework in the C# language and using the Entity frameworkcore 2.2.4 to resolve database access.
To run it, the easiest way would be to run it from Visual Studio 2019 with the ASP.net Core 2.2 SDK installed on the machine. It should work after Vividual Studio downloads all library dependencies.
If you wish, you can use the command line in the terminal, to run use the command "dotnet run", for further references see the tutorial on the Microsoft website: https://docs.microsoft.com/en-us/aspnet/core/ getting-started/?view=aspnetcore-2.2&tabs=windows
It is also important to have MySQL installed and configured correctly:
For developed configurations, the system will create the entire database and seed it with the initial information for the system.