awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DavideViolante avatar

DavideViolante/Angular-Full-Stack

0
View on GitHub↗
1,561 stars·677 forks·TypeScript·MIT·6 vues

Angular Full Stack

Angular-Full-Stack est un kit de démarrage complet conçu pour construire des applications web en utilisant une base de code TypeScript unifiée. Il intègre la pile MongoDB, Express, Angular et Node dans un dépôt unique, fournissant une base structurée qui couvre à la fois la logique frontend et backend. En utilisant un langage partagé sur toute la pile, le framework impose des structures de données cohérentes et des contrats d'interface entre le client et le serveur.

Le projet se distingue par un accent sur la cohérence de l'environnement et la productivité des développeurs. Il inclut une prise en charge de la conteneurisation pré-configurée pour garantir que la pile d'application s'exécute de manière fiable sur l'infrastructure de développement, de test et de production. Le framework fournit également des outils d'échafaudage automatisés pour initialiser les structures de projet, les connexions de base de données et les paramètres de serveur, permettant un développement immédiat.

Au-delà de sa structure de base, le framework incorpore une suite d'utilitaires pour maintenir l'intégrité de l'application et les normes de code. Cela inclut des capacités de test automatisées pour vérifier la fonctionnalité des composants, ainsi que des outils de linting et d'analyse intégrés pour identifier les erreurs. L'expérience de développement est en outre soutenue par des processus d'arrière-plan qui surveillent les changements de fichiers pour déclencher des reconstructions automatiques et des redémarrages de serveur.

Le dépôt inclut une documentation et des modèles boilerplate pour aider à l'initialisation et au déploiement rapides de projets.

Features

  • Full-Stack Development - Supports unified frontend and backend development within a single codebase to simplify project structure and accelerate application creation.
  • Type Safety - Utilizes a single language across the entire stack to enforce consistent data structures and interface contracts between client and server.
  • Full-Stack Monorepo Scaffolders - Provides a unified codebase structure that manages both frontend and backend logic within a single repository.
  • Schema-Based Data Models - Enforces data integrity by mapping application objects directly to persistent storage records using structured schema definitions.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI
  • Development Workflow Automation - Automates development workflows by monitoring source files for changes to trigger rebuilds and enforcing code standards.
  • Full-Stack Starter Kits - Provides a project template that integrates MongoDB, Express, Angular, and Node to accelerate full-stack development.
  • Source File Watching - Monitors source code changes to trigger automatic rebuilds and server restarts, accelerating the development feedback loop.
  • Containerized Application Deployments - Bundles application stacks into isolated environments to ensure consistent execution across infrastructure systems.
  • User Identity Management - Verifies user identity by validating secure tokens and protecting sensitive credentials with strong hashing algorithms.
  • Request Middleware - Utilizes a chain of modular functions to process incoming HTTP requests, manage authentication, and interact with the database layer.
  • Container-Based Isolation - Packages application components into standardized containers to ensure consistent execution across development, testing, and production environments.
  • Full-Stack Application Boilerplates - Offers a starter kit for building web applications using Angular, Express, Mongoose, and Node with a unified TypeScript codebase.
  • Historique des stars

    Graphique de l'historique des stars pour davideviolante/angular-full-stackGraphique de l'historique des stars pour davideviolante/angular-full-stack

    Collections incluant Angular Full Stack

    Sélections manuelles où Angular Full Stack apparaît.
    • Frameworks de développement d'applications
    • Boilerplate pour application web
    • un framework pour créer des applications full stack

    Alternatives open source à Angular Full Stack

    Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Angular Full Stack.
    • kriasoft/react-starter-kitAvatar de kriasoft

      kriasoft/react-starter-kit

      23,603Voir sur GitHub↗

      This project is a full-stack React starter kit and TypeScript web application boilerplate. It provides a pre-configured project template that combines a frontend and backend to accelerate the development of production-ready web applications. The kit is distinguished by its focus on type-safe architectures, utilizing a monorepo structure to synchronize data types between the server and client. It integrates specific implementations for SaaS operations, including recurring subscription billing via Stripe and user identity authentication supporting passkeys, social logins, and email verification

      TypeScript
      Voir sur GitHub↗23,603
    • kriasoft/nodejs-api-starterAvatar de kriasoft

      kriasoft/nodejs-api-starter

      3,970Voir sur GitHub↗

      This project is a full stack monorepo boilerplate and Node.js GraphQL API template. It provides a seed project that integrates a schema-first GraphQL API, a PostgreSQL database, and a React frontend within a single repository to share types between the backend and user interface. The architecture includes a serverless wrapper for cloud deployment and automatic scaling. It implements a request batching layer to optimize database performance by preventing the N+1 query problem. The project covers database management through migration-based schema versioning and seed files. It also includes cap

      TypeScript
      Voir sur GitHub↗3,970
    • voltagent/awesome-claude-code-subagentsAvatar de VoltAgent

      VoltAgent/awesome-claude-code-subagents

      21,906Voir sur GitHub↗

      This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

      Shellai-agent-frameworkai-agent-toolsai-agents
      Voir sur GitHub↗21,906
    • linnovate/meanAvatar de linnovate

      linnovate/mean

      12,061Voir sur GitHub↗

      This project is a full stack project generator and boilerplate for the MEAN stack, combining MongoDB, Express, Angular, and Node.js. It provides a pre-configured architecture and scaffolding tools to bootstrap JavaScript applications with a database, backend server, and frontend framework. The project includes a Dockerized application template to ensure consistent deployment and local development across different hardware configurations. It features a Node.js API scaffold that integrates token-based security, request validation, and interactive API documentation. The codebase covers broader

      TypeScriptangularexpressjavascript
      Voir sur GitHub↗12,061
    Voir les 30 alternatives à Angular Full Stack→

    Questions fréquentes

    Que fait davideviolante/angular-full-stack ?

    Angular-Full-Stack est un kit de démarrage complet conçu pour construire des applications web en utilisant une base de code TypeScript unifiée. Il intègre la pile MongoDB, Express, Angular et Node dans un dépôt unique, fournissant une base structurée qui couvre à la fois la logique frontend et backend. En utilisant un langage partagé sur toute la pile, le framework impose des structures de données cohérentes et des contrats d'interface entre le client et le serveur.

    Quelles sont les fonctionnalités principales de davideviolante/angular-full-stack ?

    Les fonctionnalités principales de davideviolante/angular-full-stack sont : Full-Stack Development, Type Safety, Full-Stack Monorepo Scaffolders, Schema-Based Data Models, Development Workflow Automation, Full-Stack Starter Kits, Source File Watching, Containerized Application Deployments.

    Quelles sont les alternatives open-source à davideviolante/angular-full-stack ?

    Les alternatives open-source à davideviolante/angular-full-stack incluent : kriasoft/react-starter-kit — This project is a full-stack React starter kit and TypeScript web application boilerplate. It provides a… kriasoft/nodejs-api-starter — This project is a full stack monorepo boilerplate and Node.js GraphQL API template. It provides a seed project that… voltagent/awesome-claude-code-subagents — This project provides a framework for managing multi-agent systems, designed to automate complex software development,… linnovate/mean — This project is a full stack project generator and boilerplate for the MEAN stack, combining MongoDB, Express,… epicweb-dev/epic-stack — Epic Stack is a full stack application boilerplate and TypeScript web framework designed for launching… spartan-ng/spartan — Spartan is a development framework and design system toolset that combines a headless UI component library with a…