Skip to content

Educational exercise from Wild Code School about routes management with controllers.

Notifications You must be signed in to change notification settings

0reldev/quest-spring-route

 
 

Repository files navigation

Quest "Spring 02: On the road"

Educational exercise from Wild Code School

This quest teaches how to adapt a route's behaviour depending on a variable number used as a @PathVariable.

It's asked to return:

  • a JSON containing the number and the name of the thirteenth actress who played Doctor who for number = 13
  • a 303 error for a number between 0 and 12
  • a 404 error in all other cases

screen capture

screen capture

screen capture

screen capture

About

Educational exercise from Wild Code School about routes management with controllers.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Java 65.4%
  • HTML 33.4%
  • CSS 1.2%