Skip to content

Instantly share code, notes, and snippets.

@ractive
Created December 9, 2019 12:45
Show Gist options
  • Save ractive/f70ad1540f9216bc72c0e210b222d15f to your computer and use it in GitHub Desktop.
Save ractive/f70ad1540f9216bc72c0e210b222d15f to your computer and use it in GitHub Desktop.

Full Stack Engineer - Remote Coding Session

Web application

Write a web application that displays the following details about a place (e.g. a restaurant):

  • name
  • address
  • opening hours

The information about the place is fetched from a backend service by providing an id of the place.

A sample view could look like this:

Backend service

The backend service that you'll write provides the frontend the necessary information as a REST API.

It fetches the actual data from an upstream REST API.

Upstream REST API

We provide you a (fake) REST API to fetch data about "places" (business entries). The places resource is located at https://storage.googleapis.com/coding-session-rest-api/{place_id}

Two valid place ids are: GXvPAor1ifNfpF0U5PTG0w and ohGSnJtMIC5nPfYRi_HTAg

The corresponding detail entries on local.ch are:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment