# Functions
CreateCustomer is the controller to create a new customer.
Login takes customer email and password a json params and returns a token or an error depending on the credentials given.
TestController is a simple controller to test if the API is alive when you go on your web browser at API root.