full-stack-message-flow/ ├── backend/ # Backend FastAPI application │ ├── app/ # Main application package │ │ ├── api/ # API routes and endpoints │ │ ├── config/ # Configuration management │ │ │ ├── ...
Since this is just a package, and not a service, there is no real "run" action. But you can run the tests immediately. Here are a list of available commands via make. We encourage you to make your ...