The Capstone Project
Build a system that:
- Accepts tasks via a JSON API.
- Stores tasks in PostgreSQL.
- Uses multiple Workers (Goroutines) to process tasks.
- Updates task status in Redis.
- Includes Health checks and Prometheus metrics.
This project combines everything you've learned.