Task Manager REST API
Intermediate
Web
Medium
A RESTful API built with Flask that allows clients to create, read, update, and delete tasks. Perfect for learning API design, HTTP methods, and JSON responses.
Features
- CRUD endpoints for tasks
- Filter tasks by status (pending, done)
- Assign priority levels to tasks
- Persist data to a JSON file
Project Roadmap
Follow these steps in order. Each one builds on the previous.
0% completed