Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Chapter 2 — Backend & Databases

Extend the app built in Chapter 1 into a real employee management system backed by MongoDB.

Contents

File Description
employee-app.md Build a CRUD Employee API with FastAPI
mongodb.md Connect the API to MongoDB

Learning Outcomes

  • 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