AmeyaMprojects/monoreposih ? reverse-engineered prompt
Reverse engineered prompt
Build me a City Vehicle Intelligence System that can take in vehicle camera data, track vehicles across multiple cameras, match the same vehicle over time, rebuild likely routes, and show useful traffic intelligence in a dashboard.
I want the project set up as a working monorepo with the six parts already separated, so each step of the pipeline has a clear place to live. Please make the shared JSON contracts in the docs folder actually useful for validating data between stages, so the pieces can connect without breaking silently. Include a backend that can receive events, store data, and expose APIs, plus a frontend operator dashboard with a map style view for viewing vehicles, routes, and alerts.
Keep the implementation realistic and focused on a solid first version, with clean code and enough structure that each module can be expanded later. If you need current library details or best practices, look them up online and use sensible defaults.