Files
shopping-list-api/README.md

15 lines
239 B
Markdown

# 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.