A full-stack monorepo for data-driven applications.
# Install all dependencies
make setup
# Start all services
make dev| Service | URL | Description |
|---|---|---|
| FastAPI | http://localhost:8000/docs |
REST API |
| Dagster | http://localhost:3000 |
Data Orchestration |
| Next.js | http://localhost:3001 |
Web UI |
make setup- Install all dependenciesmake dev- Start all servicesmake api- Start FastAPI onlymake dagster- Start Dagster onlymake ui- Start Next.js onlymake lint- Run lintersmake clean- Remove generated files