This course teaches how to develop a robust MVC application using Rails. By the end of the course, you will have created a ToDo App with CRUD operations, viewed via HTML templates.
Overview
Syllabus
- Unit 1: Setting Up GET Queries - Get All and Get By ID
- Viewing Todos with GET Requests
- Filter Todos by Current Week
- Fix the Book Details Issue
- Sports Event Details Endpoint Task
- Building a Movie List App
- Unit 2: Setting Up Creation Query - Create with ToDo Item Form
- Creating New ToDo Items
- Adding Priority to ToDo Items
- Fix the New ToDo Feature
- Fill in the ToDo Form
- Create a New Todo Item
- Unit 3: Setting Up Modification Queries - Update, Delete
- Run the ToDo Modification Code
- Enhance Update with Validation
- Fix Bugs in ToDo Modification
- Enable Chore Deletion in Application
- Implement Update and Delete Operations
- Unit 4: Implementing File Upload Functionality in the ToDo App
- Running the File Upload Feature
- Add Image File Upload Validation
- Fix the File Upload Bug
- Add Album Cover Upload Feature
- Create a Robust File Upload Feature