A lightweight work management board, kind of like Monday.com, built as an internal tool. Boards → Groups → Items, with comments and a simple activity feed.
npm install
npm run seed
npm startThen open http://localhost:3000.
GET /api/boardsPOST /api/boardsGET /api/boards/:idPOST /api/boards/:boardId/groupsPOST /api/groups/:groupId/itemsGET /api/items?page=&pageSize=PATCH /api/items/:idDELETE /api/items/:idGET /api/search?q=GET /api/activity
- Automations (e.g. "when status changes to Done, notify owner") are planned but not built yet.
- Could use more tests.
Express + better-sqlite3, vanilla JS frontend, no build step.