Completed
- Get a User’s Posts
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Phoenix Framework REST API Tutorial - Building a Full Elixir API
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - What is Elixir Phoenix
- 3 - MVC Pattern
- 4 - Installation
- 5 - Project Structure
- 6 - Main files
- 7 - Other Folders
- 8 - Create a Repo
- 9 - Basic Application Architecture
- 10 - Adding a New Page with Mock Data
- 11 - Creating an API
- 12 - Working with the Database
- 13 - Routes
- 14 - Updating a Resource
- 15 - Delete
- 16 - Users and Relationships
- 17 - Update the Model
- 18 - Making the association in models
- 19 - Nested Data in API Calls
- 20 - Get a User’s Posts
- 21 - Conclusion