Using .Net v7 C#, HotChocolate, SQLite to store data and other pkgs
You need dotnet CLI
check dotnet version dotnet --version
or Visual Studio
instead
1: Clone with git.
git clone https://github.com/raulcv/QualificationAppApi.git
2: Located in the project, Install dotnet project dependencies with dotnet CLI
dotnet restore
Finally RUN
dotnet run --project meetingplanner.app
With ❤️ by raulcv