Part 2. Diving in deep

Now that you know the basics of Elixir and how Phoenix is organized, you’ll get started writing an application—an auction site in the spirit of eBay. You’ll allow users to sign up, log in and out, and create items to bid on, manage their items, and bid on items.

You’ll start by working out and developing the foundation of your application’s business logic. You’ll then methodically build on that and add functionality and a UI to the application with Phoenix. By the end of this part, you’ll know what you need to know to create interactive websites in Phoenix.

You’ll learn how to

  • Organize your Elixir/Phoenix application
  • Use the command-line tools provided by Elixir
  • Declare and use external dependencies
  • Securely deal with ...

Get Phoenix in Action 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.