1# ledger-api
2
3Small expense-tracking API. Currently unauthenticated: every route is public
4and `current_user` is hard-coded to the seed user.
5
6## Layout
7
8- `src/app.py` — routes
9- `src/auth/` — authentication (empty; this is the work)
10- `src/models/user.py` — the User record
11- `tests/` — pytest
12
13## Running
14
15 pip install -r requirements.txt
16 uvicorn src.app:app --reload
17Waiting for the room to fill. Participants, plans of action, and the K2 diff land here.