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