|
|
il y a 2 semaines | |
|---|---|---|
| app | il y a 2 semaines | |
| config | il y a 2 semaines | |
| core | il y a 2 semaines | |
| database | il y a 2 semaines | |
| docs | il y a 2 semaines | |
| public | il y a 2 semaines | |
| routes | il y a 2 semaines | |
| scripts | il y a 2 semaines | |
| tests | il y a 2 semaines | |
| .gitignore | il y a 2 semaines | |
| AGENTS.md | il y a 2 semaines | |
| README.md | il y a 2 semaines | |
| autoload.php | il y a 2 semaines | |
| composer.json | il y a 2 semaines | |
| composer.lock | il y a 2 semaines | |
Project Compass is a project-management app built on a small PHP MVC framework.
php scripts/migrate.php up
php scripts/seed_projects.php --reset
php -S localhost:8000 -t public
Then open:
http://localhost:8000/
/ — dashboard/projects — project index/projects/create — new project form/projects/{id} — project board/activity — activity feedphp scripts/migrate.php status
php scripts/migrate.php fresh --seed
php scripts/seed_projects.php 6
See docs/REQUEST_FLOW.md for a chart of how requests and responses move through the framework.
Powered by TurnKey Linux.