Skip to content

joeymaza/agentic_engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Management MVP

Run with Docker

docker build -t pm-mvp:local .
docker run --rm -e OPENROUTER_API_KEY="$OPENROUTER_API_KEY" -p 8000:8000 pm-mvp:local

For local script-based runs (scripts/start-*.{sh,ps1}), the scripts read OPENROUTER_API_KEY from the repo .env file and inject it into the container.

Open http://localhost:8000.

Run Backend Tests

cd backend
uv sync --all-groups
uv run pytest

Start/Stop Scripts

  • Mac: scripts/start-mac.sh, scripts/stop-mac.sh
  • Linux: scripts/start-linux.sh, scripts/stop-linux.sh
  • Windows PowerShell: scripts/start-windows.ps1, scripts/stop-windows.ps1

About

vibe coding through agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors