Advanced project · about 90 minutes
Build a Mini REST API (blueprint) 🌐
Model an in-memory API with routes, JSON responses and status codes, then learn how it maps onto FastAPI.
Web frameworks are just routers plus functions. You will write a tiny router with decorators, handle GET and POST, and return JSON with status codes. The same ideas transfer directly to FastAPI and Flask.
This is a Pro project. Six portfolio projects are free, so you can see how they work before deciding.