A project management app derived from Mind-Vision-Code
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Daniel Covington cdd4f1b838 Build Project Compass project management app 2ヶ月前
app Build Project Compass project management app 2ヶ月前
config init 2ヶ月前
core Build Project Compass project management app 2ヶ月前
database Build Project Compass project management app 2ヶ月前
docs Build Project Compass project management app 2ヶ月前
public Build Project Compass project management app 2ヶ月前
routes Build Project Compass project management app 2ヶ月前
scripts Build Project Compass project management app 2ヶ月前
tests Build Project Compass project management app 2ヶ月前
.gitignore init 2ヶ月前
AGENTS.md init 2ヶ月前
README.md Build Project Compass project management app 2ヶ月前
autoload.php Build Project Compass project management app 2ヶ月前
composer.json Build Project Compass project management app 2ヶ月前
composer.lock init 2ヶ月前

README.md

Project Compass

Project Compass is a project-management app built on a small PHP MVC framework.

Features

  • portfolio dashboard
  • project cards with progress, budget, and risk status
  • Kanban-style project boards
  • task creation and status changes
  • activity feed
  • SQLite storage with migrations and seed data

Run locally

php scripts/migrate.php up
php scripts/seed_projects.php --reset
php -S localhost:8000 -t public

Then open:

http://localhost:8000/

Useful routes

  • / — dashboard
  • /projects — project index
  • /projects/create — new project form
  • /projects/{id} — project board
  • /activity — activity feed

CLI helpers

php scripts/migrate.php status
php scripts/migrate.php fresh --seed
php scripts/seed_projects.php 6

Powered by TurnKey Linux.