Skip to content

abeneab/Mobilum.API

Repository files navigation

Project Requirement

If you are not using docker

Using Docker

docker-compose up -d

Project Structure

This work contains 3 projects, The Mobilum.API, Mobilum.Benchmark & Mobilum.UnitTests, as their name implies.

Using Visual Studio

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

Running Benchmark tests

Goto Mobilum.Benchmark project, open terminal window then run

dotnet build -c Release
dotnet  path\to\Mobilum.Benchmark.dll

Challenges

The scope of this work was on finding the right implimentation of search algorithm. I have gone with Search tree.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published