SmartWalk
Getting Started

Start the app in the development mode on http://localhost:5017/:

$ dotnet run --project ./SmartWalk.Api/SmartWalk.Api.csproj

Run unit tests implemented using the MSTest testing framework to ensure the correctness of the new and existing functionality:

$ dotnet test

Generate documentation into the ./docs folder:

$ doxygen