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
- Lesson 1: Set up GET Queries - Get All and Get By ID
- Lesson 2: Set up Creation Query - Create with ToDo Item Provided as Body
- Lesson 3: Set Up Update Queries in Symfony
- Lesson 4: Set Up Delete Queries in Symfony