Slide 42
Slide 42 text
N-Tier Architecture (N = 1, 2, 3)
This involves one, two, three parts of your application, all in order
1. Presentation Layer (Frontend e.g Vue)
2. Application Layer (Backend e.g Django, Flask, NodeJS)
3. Data Layer (Database, Persistence e.g Redis, Mongo, SQL)