Skip to content

Commit 99cad67

Browse files
committed
Adding misterious API challenge
1 parent 5a3f73b commit 99cad67

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

react/misterious-api/instructions.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Misterious API
2+
To complete this code challenge, you need to be able to run Docker in your local machine. Everything should be clear from this file, however if you have any questions, please refer them to your Hiring Manager.
3+
4+
## Description
5+
You will be given an API, however we won't tell you anything about what problems it solves, how it works or how it behaves. You will need to figure it out and build something cool and original in React around this API.
6+
7+
## Usage
8+
Execute the command `docker run -d --name interview-api -p 3000:3000 chaseadams/interview-api` to run your API locally.
9+
10+
## Bonus points
11+
12+
1. Build a proxy API that consumes this original API Docker container and gracefully handles any upstream intermittent failures.
13+
2. Provide application-level caching for your proxy.
14+
3. Dockerise your proxy.

0 commit comments

Comments
 (0)