This a simple .Net Core console application that retrieves data from an API and stores it in a local database.
#INSTRUCTIONS FOR SETUP
-
Create your database by running the script in "Data/Database Scripts/enlighted_db_creation.sql" in a "MySql" Server. There is a picture of the database model at "Data/Database Scripts/Database Model Picture.png" to understand the simple database structure.
-
Set your connection string and other parameters like API Key, etc in appsettings.json.
-
Run application