This repo contains the extract, transform, load application for Kondoboard, a platform that allows Lambda School students to browse, save, and track job postings during the job hunt.
We created C4 diagrams to communicate the software architecture
pip install -r requirements.txt
uvicorn main:app --reload
pytest