Creating a user signup page

Okay, we have our tests, we have our context, we have our database set up and ready to go, so we don't really have any further barriers to entry into us creating our interface for people to sign up and start creating their user accounts! We'll need to go through a lot of the same processes and steps to accomplish all of this that we've needed to do in the past. We'll need to:

  • Create the route that will tell the browser how to get to the right pages
  • Create the controller and the functions in the controller that will tell Phoenix how to handle the routes
  • Create the templates that will represent the actual interface that the user sees
  • Hook the context up to each of the functions
  • Write tests that actually cover all ...

Get Phoenix Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.