Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 719 Bytes

File metadata and controls

20 lines (16 loc) · 719 Bytes

Coding Challenge

Fork this repository, and submit your pull request providing documentation to the product.

Project Guidelines

  • Backend service only to support 'The Wall' (see Product Specification)
  • Members can dynamically view and change the wall
  • Guests can only view 'The Wall' being changed dynamically

Back-end Technical Guidelines

  • Java or Scala
  • Authentification and Authorization (Option: JSON Web Token)

Product Specification (The Wall)

  • Single Page Application with a backend service to support it's functionalities
  • See wireframe.png

Front-end Technical Guidelines

  • React.js and Redux
  • Responsive (mobile and desktop; tablet is not required)
  • HTML5 WebSockets API (optional)