Skip to content

Elixir (+Plug) implementation of a basic binary tree microservice, as a test for Motorola Denmark.

Notifications You must be signed in to change notification settings

ThanasisTh/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TREE Build Status

Elixir implementation of a basic binary tree with the insert operation, as well as a basic REST API using plug + tests.

The application is not dockerized. After downloading, it can be run locally by executing

mix run --no-halt 

from inside the mix project. The API can be used with Postman.

Installation

If available in Hex, the package can be installed by adding tree to your list of dependencies in mix.exs:

def deps do
  [
    {:tree, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tree.

About

Elixir (+Plug) implementation of a basic binary tree microservice, as a test for Motorola Denmark.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages