In Falcon every endpoint is a Resource that inherits form Api, all the endpoints and methods have to be created dynamically by parsing the HYDRA ApiDoc as happens in hydrus. A lot of code can be ported to Falcon on_* methods, trying to preserve hydrus functional style.
The Application should contain a design document and detail how the student wants to make the porting possible.