A project management app derived from Mind-Vision-Code
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Daniel Covington cdd4f1b838 Build Project Compass project management app il y a 2 mois
app Build Project Compass project management app il y a 2 mois
config init il y a 2 mois
core Build Project Compass project management app il y a 2 mois
database Build Project Compass project management app il y a 2 mois
docs Build Project Compass project management app il y a 2 mois
public Build Project Compass project management app il y a 2 mois
routes Build Project Compass project management app il y a 2 mois
scripts Build Project Compass project management app il y a 2 mois
tests Build Project Compass project management app il y a 2 mois
.gitignore init il y a 2 mois
AGENTS.md init il y a 2 mois
README.md Build Project Compass project management app il y a 2 mois
autoload.php Build Project Compass project management app il y a 2 mois
composer.json Build Project Compass project management app il y a 2 mois
composer.lock init il y a 2 mois

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.