Open Issues Need Help
View All on GitHubAI Summary: Implement a RESTful CRUD API for managing tasks using TypeScript and Bun. This includes creating endpoints for creating, reading, updating, and deleting tasks, along with appropriate input validation and status codes. Models, controllers, and routes need to be implemented.
AI Summary: Create a Zod schema in TypeScript that mirrors the existing Mongoose Todo model for a task management application. The schema should include fields for title, description, status, list ID, due date, tags, user ID, subtasks (with titles), creation timestamp, and update timestamp. The schema should be exportable for reuse.
AI Summary: Enhance the project's README file by adding a comprehensive description, including the application's purpose, key features, setup instructions, usage examples, contribution guidelines, and license information.