If you are not using docker
- Install docker desktop for windows or mac
docker-compose up -d
This work contains 3 projects, The Mobilum.API, Mobilum.Benchmark & Mobilum.UnitTests, as their name implies.
Do note that in other to run the project locally, you need to either install SQL Server on your local machine or spin up the container on docker. Do change the connectionstring accordingly on the appsetting.json
open Mobilum.API
Goto Mobilum.Benchmark project, open terminal window then run
dotnet build -c Release
dotnet path\to\Mobilum.Benchmark.dll
The scope of this work was on finding the right implimentation of search algorithm. I have gone with Search tree.