As a user, I want to be able to log into the sortfiy service to access my account.
Requirements:
- Sign up / sign in button on frontend home page
- button creates a form that the user must fill
- the form sends a post-request to the backend
Done:
- Be able to create a user from the frontend, and persist the user in the backend