Home

Awesome

Backend Engineer Test

Create an API that serves as an cloud backup system

Simple Mode

Hard Mode

Ultra Mode

Bonus

How to pick what to work on

At minimum you must implement everything in simple mode. You're free to pick and choose what else you implement along side it. The harder the task, the better your chances. Though make sure to finish the Simple Mode first.

Tools/Stack

Tests

Unit tests are a must, submissions without tests will be ignored.

Time Duration

7 days

Submission

  1. Your API endpoints should be well documented in POSTMAN.
  2. Code should be hosted on a git repository, Github preferably.
  3. The API should be hosted on a live server (e.g. https://heroku.com)
  4. Your app should be containerized using docker.
  5. Share with us through email the:
    • Repository
    • Hosted API URL
    • Postman Collection
    • A list of tasks you did beyond Simple Mode