This course teaches how to develop a robust REST API using Symfony. By the end of the course, you will have created a ToDo App with CRUD operations through a well-defined REST API.
Overview
Syllabus
- Unit 1: Set up GET Queries - Get All and Get By ID
- Understand GET Requests with Symfony
- Debugging GET Queries in Symfony
- Setting Up GET Requests
- Handling Recipe GET Requests
- Unit 2: Set up Creation Query - Create with ToDo Item Provided as Body
- Running REST API with Symfony
- Add Creation Timestamp to ToDo
- Fixing POST Request
- Add Missing Pieces to Create Book
- Write a Contact Creation API
- Unit 3: Set Up Update Queries in Symfony
- Running Update Operation
- Debugging Update Queries in Symfony
- Update Blog Post By ID
- Implement Update Operation
- Unit 4: Set Up Delete Queries in Symfony
- Running Delete Operation
- Debugging Delete Queries in Symfony
- Delete Movie By ID Functionality
- Implement Delete Operation