15 lines
239 B
Markdown
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.
|