In this video, you will learn how to register Tortoise-ORM into FastAPI and test the todos list API. You will use Tortoise-ORM’s init and generate_schemas functions to connect to the database and create the tables. You will also learn how to use Uvicorn to run the app and test the API endpoints with Postman.