Extend the app built in Chapter 1 into a real employee management system backed by MongoDB.
| File | Description |
|---|---|
| employee-app.md | Build a CRUD Employee API with FastAPI |
| mongodb.md | Connect the API to MongoDB |
- Build a RESTful CRUD API
- Model data for a document database
- Connect a Python backend to MongoDB
- Understand the difference between in-memory and persistent storage