Skip to content

Latest commit

 

History

History
 
 

11-controller

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Controllers

Goal

  • Be able to create a controller with a specific route
  • Be able to use a controller and return a response with a useable format

Requirements

Problem 1: Library

The library has decided to extend what their customer can access online. Create a web page for users to rent a book directly from the website. You can rent a given book only if nobody has rented this book before you.

Problem 2: Citadel (openAcademy)

References

Code Sample