A project management app derived from Mind-Vision-Code
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Daniel Covington cdd4f1b838 Build Project Compass project management app hace 2 meses
app Build Project Compass project management app hace 2 meses
config init hace 2 meses
core Build Project Compass project management app hace 2 meses
database Build Project Compass project management app hace 2 meses
docs Build Project Compass project management app hace 2 meses
public Build Project Compass project management app hace 2 meses
routes Build Project Compass project management app hace 2 meses
scripts Build Project Compass project management app hace 2 meses
tests Build Project Compass project management app hace 2 meses
.gitignore init hace 2 meses
AGENTS.md init hace 2 meses
README.md Build Project Compass project management app hace 2 meses
autoload.php Build Project Compass project management app hace 2 meses
composer.json Build Project Compass project management app hace 2 meses
composer.lock init hace 2 meses

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.