Task Manager REST API

Intermediate Web Python Medium effort

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.

Download Starter Code

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

Learning Resources

starter_code
Download file
Loading...
Copied to clipboard!