Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 451 Bytes

File metadata and controls

16 lines (12 loc) · 451 Bytes

Workshop

Exercise 1

You will be creating a open source application. The aim of this exercise is create a simple endpoint that might or not receive a parameter from the URL, without using any library.

Exercise 2

Make it object oriented, and secure the output XSS

Exercise 3

Do a response that returns 404 and 200

Exercise 4

Yo need to accept two routes /hello and /goodbye You should use here the FrontController pattern.