barnabas-lesti /
angular-turborepo-example
Angular with Turborepo example.
48/100 healthLoading repository data…
msaeedsaeedi / repository
A Turborepo monorepo template for a full-stack application featuring a NestJS backend and an Angular frontend with SSR. Includes Docker support, PNPM, TypeScript, ESLint, Prettier, and Jest/Karma for testing, optimized for development and production.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a monorepo template using Turborepo to manage a full-stack application with a NestJS backend and an Angular frontend. It is designed to streamline development, building, and deployment processes with modern tooling and best practices.
docker-compose.yml for easy setup.msaeedsaeedi-turborepo-template/
├── apps/
│ ├── backend/ # NestJS backend application
│ └── frontend/ # Angular frontend application
├── .github/
│ └── dependabot.yml # Dependabot configuration for dependency updates
├── docker-compose.yml # Docker Compose configuration for running services
├── package.json # Root package.json with monorepo scripts
├── pnpm-workspace.yaml # PNPM workspace configuration
├── turbo.json # Turborepo configuration
├── .dockerignore # Docker ignore file
├── .prettierignore # Prettier ignore file
├── .prettierrc # Prettier configuration
Clone the repository:
git clone https://github.com/msaeedsaeedi/turborepo-template.git
cd turborepo-template
Selected from shared topics, language and repository description—not editorial ratings.
barnabas-lesti /
Angular with Turborepo example.
48/100 healthaledavidgueva /
A production-ready Turborepo monorepo template featuring NestJS, Angular and shared TypeScript libraries. Built with pnpm workspaces and full ESM support.
49/100 healthHarryUnchained /
Install dependencies using PNPM:
pnpm install
Run both the frontend and backend in development mode:
pnpm dev
http://localhost:4200http://localhost:3000Build both apps for production:
pnpm build
Build and start the services using Docker Compose:
pnpm docker:build
pnpm docker:start
Stop the services:
pnpm docker:stop
Clean up Docker resources:
pnpm docker:prune
Run linting across all apps:
pnpm lint
Format code using Prettier:
pnpm format
Run tests for the backend:
cd apps/backend
pnpm test # Unit tests
pnpm test:e2e # End-to-end tests
pnpm test:cov # Test coverage
Run tests for the frontend:
cd apps/frontend
pnpm test # Unit tests
Clean build artifacts and node_modules:
pnpm clean
nginx.conf for routing configuration.Contributions are welcome! Please follow these steps:
git checkout -b feature/your-feature).git commit -m 'Add your feature').git push origin feature/your-feature).This project is licensed under the MIT License. See the LICENSE file for details.
High-performance load testing and event simulation platform for RabbitMQ and Kafka. Define schemas, generate 100k+ msg/s, and orchestrate complex testing flows with a visual dashboard.
SaarRoz /
CyberSight is our final project at Bar-Ilan University. The primary objective of the project is to identify whether a given picture of a human face is generated by artificial intelligence or depicts a real person.
31/100 health