Skip to content

wexler/Tuesday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuesday

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.

Running it

npm install
npm run seed
npm start

Then open http://localhost:3000.

API

  • GET /api/boards
  • POST /api/boards
  • GET /api/boards/:id
  • POST /api/boards/:boardId/groups
  • POST /api/groups/:groupId/items
  • GET /api/items?page=&pageSize=
  • PATCH /api/items/:id
  • DELETE /api/items/:id
  • GET /api/search?q=
  • GET /api/activity

Known follow-ups

  • Automations (e.g. "when status changes to Done, notify owner") are planned but not built yet.
  • Could use more tests.

Tech

Express + better-sqlite3, vanilla JS frontend, no build step.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors