Feb 01, 2024

Phoenix Controllers Part 1

This is how you build JSON APIs with Phoenix Controllers

  1. Create a new Phoenix project
  2. Create a new controller
  3. Create a new route
  4. Create a new view
  5. Create a new template
  6. Create a new test