Skip to content

A coding/code review challenge for platform candidates.

Notifications You must be signed in to change notification settings

OwletCare/platform-challenge

Repository files navigation

Platform API Challenge

This repo is an exercise for Platform Engineer candidates.

Requirements

Your challenge is to create whatever endpoints and DB schema are appropriate to:

  1. Create a group of devices 1 Get a group of devices
  2. List all groups devices
  3. Add devices to an existing group
  4. Remove devices from an existing group
  5. Delete a group of devices

Write whatever tests may be appropriate.

You may use whatever DB you deem appropriate. You may pre-populate it with the data in devices.json. There is no need to create CRUD for devices. Only device groups.

Instructions:

  1. Clone the repo
  2. Complete your implementation
  3. When your satisfied with your code tar/zip it up and email it to jweir@owletcare.com
  4. We will then create a private repo for code review, and schedule a code review session

About

A coding/code review challenge for platform candidates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published