Skip to content

Example implementation of a navigation algorithm with an API

Notifications You must be signed in to change notification settings

jacobe/navigation-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

navigation-api

Example implementation of a navigation algorithm with an API

Prerequisites

Building and running the app

NOTE: Before running, make sure the DB emulator is running, and manually create a database named navigation-api and a collection named maps with /id as partition key.

cd /api
dotnet run

Running the unit tests

NOTE: Before running the tests, make sure the DB emulator is running, and manually create a database named navigation-api-test and a collection named maps with /id as partition key.

cd /test
dotnet xunit -verbose

About

Example implementation of a navigation algorithm with an API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages