Use the following commands to run the project on your machine:
Backend: Open the .sln file, type in the package manager console: update-database to initialize the database and run the project from Visual Studio.
Frontend: Run npm install in /src folder to install the required npm packages and then ng serve to run the project.
For the backend I've used C# .NET and Entity Framework, and for the frontend - Angular v.16.