Skip to content

mojosolo/codemachine-crud-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker Demo

A minimal task tracking app used to demonstrate CodeMachine's crud-understand workflow.

Structure

src/
  index.js      # Entry point and Express server
  tasks.js      # Task CRUD operations
  db.js         # SQLite database setup

Quick Start

npm install
npm start

API Endpoints

  • GET /tasks - List all tasks
  • POST /tasks - Create a task
  • GET /tasks/:id - Get a task
  • PUT /tasks/:id - Update a task
  • DELETE /tasks/:id - Delete a task

CodeMachine Demo

To analyze this codebase with CodeMachine:

codemachine run "crud-understand[input:./] 'Analyze this task tracker'"

Output lands in .codemachine/artifacts/crud/analysis/.

About

Minimal task tracker for CodeMachine crud-understand demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •