# Shopping List API A simple internal API to track shopping list items using SQLite and FastAPI. ## Setup ```bash pip install -r requirements.txt uvicorn main:app --reload ``` ## API Endpoints will be documented after implementation.