chadwescott / league-manager

REST API for managing a league (tracking wins, losses, etc.).
2 stars 0 forks source link

Added CRUD API methods for League and Team. #4

Closed chadwescott closed 5 years ago

chadwescott commented 5 years ago

Ripping out data access code that didn't support includes.

Have generic querying working with joins between tables.