A Single Page App built with React and Tailwind CSS on top of a Flask backend, which handles the following:
-
Database interactions - SQLite in our example.
-
APIs for CRUD operations on the database.
-
LTI 1.3 Tool - messaging and grade passback testing.
Uses the excellent pylti1p3 library for Python.
A project run-through can be found here:
Build a Simple LMS-Integrated Quiz App Using Python, React.js, and LTI 1.3 – Recap – EdTech Insights
This is dependent on the companion project here: