This code repository (or "repo") is designed to demonstrate the CCAR code project.
Edit the .env file - variables:
| Variable | Description |
|---|---|
ACLED_API_KEY |
Your ACLED API key |
ACLED_API_EMAIL |
Your ACLED account email |
EM_DAT_USER |
EM-DAT username |
PANDAS_AI_API_KEY |
Pandas AI API key |
EM_DAT_PASSWD |
EM-DAT password |
PG_DB_USER |
PostgreSQL DB username |
PG_DB_PASSWORD |
PostgreSQL DB password |
PG_DB_HOST |
PostgreSQL DB host |
PG_DB_PORT |
PostgreSQL DB port |
PG_DB_NAME |
PostgreSQL database name |
PG_DB_SCHEMA |
PostgreSQL schema name |
DEBUG |
Debug mode: True or False |