davidjnevin / ddd_critiquewheel

Migration of Critique Wheel: a web app for the free exchange of critiques for writers of short fiction.
https://www.critiquewheel.com
1 stars 0 forks source link

Implement MVP WorkApi layer #92

Closed davidjnevin closed 10 months ago

davidjnevin commented 1 year ago

Setup basic fastapi endpoints for: create_work list_works get_work_by_id

davidjnevin commented 11 months ago

Use a fakeSession object to test.

davidjnevin commented 11 months ago

In progress but postponed until after value object, logging and pre-commit implemented. branch WorkApi https://github.com/davidjnevin/ddd_critiquewheel/tree/WorkApi

davidjnevin commented 11 months ago

Working on this again after value_objects, pre-commit, restructure according to domain and logging implemented.