To run the program interactively you need to start the docker container with:
docker compose up -dAnd then run the program with:
deno run devNOTE: For data to be saved to the DB you need a .env file setup. An example one is provided in .env.example.
You can specify the following environment variables in you .env file:
LOG_FILE=api_tester.log
LOG_LEVEL=DEBUG