This project fetches data for petroleum products from an API and stores it in an SQLite database. It also normalizes the data and stores it in a relational structure.
Before running the project, make sure you have Python installed. You can install the required libraries using pip:
pip install requests sqlite3