# Introduction In this challenge, we'll build a Flask program that interacts with a database. We'll use SQLAlchemy, a SQL toolkit and Object-Relational Mapping (ORM) system for Python, to make our database operations easier. This challenge aims to help you understand the basics of database operations, such as CRUD (Create, Read, Update, and Delete) and relationships between tables.
Click the virtual machine below to start practicing