View our app here: JobMiner Insider
View the repository for the app here: JobMiner Insider GitHub
Create a python3.10 virtual environment and activate it.
Initialise your environment with the necessary libraries
pip install -r requirements.txtRun these lines in the terminal to configure your airflow environment and build the image
echo -e "AIRFLOW_UID=$(id -u) > .env"
docker compose build
docker compose upWhenever you add a new package to your project, make sure to run
pip freeze > requirements.txt