A minimal task tracking app used to demonstrate CodeMachine's crud-understand workflow.
src/
index.js # Entry point and Express server
tasks.js # Task CRUD operations
db.js # SQLite database setup
npm install
npm startGET /tasks- List all tasksPOST /tasks- Create a taskGET /tasks/:id- Get a taskPUT /tasks/:id- Update a taskDELETE /tasks/:id- Delete a task
To analyze this codebase with CodeMachine:
codemachine run "crud-understand[input:./] 'Analyze this task tracker'"Output lands in .codemachine/artifacts/crud/analysis/.