A simple API that performs CRUD operations (Create, Read, Update, Delete) on a local SQL database. The project leverages migrations to manage the database structure, ensuring organization and ...
SQL code (and data) for creating a relational DB of painters, paintings, institutions, styles and movements, with an ETL pipeline to update the database upon triggering on new data and re-run ...