
Learn to build a to do list using Python, FastAPI, and React through a REST API framework and a front end framework, with a clear course alignment disclaimer.
Register the Tortoise ORM with FastAPI by configuring the database URL, importing models, and enabling generate schemas with exception handlers to migrate your data.
The lecture shows creating a todo through a FastAPI post endpoint, with an async create function that takes a todo object, serializes it, and returns a response model.
implement an asynchronous delete endpoint in fastapi that removes a to-do by id, uses a status model, and raises a 4xx error if not found.
Create a reusable React todo form component with a use form hook, handling the title field, default values, and form submission, setting up for future layout.
Build todo component part two by implementing actions with a two-value array, a switch for completed, a tooltip, a delete confirmation, and a remove button updating the list by key.
Define and manage the todo list state in a React component by wiring useEffect, useState, and useCallback, implementing add, remove, and toggle complete operations, with refresh and messaging.
Create React hooks to refresh the app screens by implementing two callbacks, useCallback for onRefresh, and load todos with fetch, then filter completed items and update refreshing state.
Builds a functional todo list by implementing a form, tabbed views, and state management, including adding, removing, and rendering items via the API.
Watch a bonus video on code brains IO, claim a 30% discount forever for code brain students, and enjoy monthly updates, weekly contact, early access, and forum access.
If you're tired of long courses and just want to learn basic web development this course is for you. This course was built with the goal of teaching the students how to use FastAPI, Python, and React. It focuses heavily on designing a backend RESTful Web Service with CRUD functionality that sends data to a React Front End Application. This is an entry-level course that focuses on building and reinforcing some of the techniques used by developers to build a full-stack application.
In this course, we start by learning what tools you need to create a full-stack Before taking this course, it is recommended that you have an understanding of skills such as Javascript, Python, Basic SQL, or ORM development. If not we'll touch on some of those topics early in the course but it is still recommended to have a better understanding.
When going through this course you may come across subjects that you are familiar with as well as those that are completely new to you.
Some of the topics touched upon include
React Hooks
React Functional Components
HTTP Requests with Fetch
CRUD Methods
FastAPI
Database Migrations
ORMs
When taking this course, please know that you can take your time because you will get access to support along the way. By the time you finish this course, you should feel comfortable creating a full-stack web application with React and FastAPI.