Routers, Larger Project Structure, and Service Layers
By the end of this module you can split a growing API into routers and a service layer, so that business logic is not trapped inside route handlers.
Units
- Unit 08.00: Routers, and splitting one file into many
- Unit 08.01: The service layer, and what belongs in it
- Unit 08.02: Keeping the framework out of your logic
- Unit 08.03: Where the model calls live
- Unit 08.04: A structure a second developer can navigate
