This commit is contained in:
Waylon S. Walker 2025-07-03 09:48:05 -05:00
commit 48c6176c47
12 changed files with 1971 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
## Learning nested models
This repo is for learning.
* avoid n + 1 performance slowdown
* avoid over selecting from the database blowing up memory
## Services architecture
* api.py
* models.py
* routes.py
* service.py