A simple command-line task manager built with Node.js. Allows you to add, list, update, and remove tasks via terminal. USAGE: node TaskTracker.js [task_id] COMMANDS: list List all tasks add Add a new ...
A simple REST API for managing users and tasks. Built with an OOP layered architecture (Repository / Service / Router) and using Pydantic v2 style.