awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DavideViolante avatar

DavideViolante/Angular-Full-Stack

0
View on GitHub↗
1,561 نجوم·677 تفرعات·TypeScript·MIT·6 مشاهدات

Angular Full Stack

Angular-Full-Stack هو طقم بداية شامل مصمم لبناء تطبيقات الويب باستخدام قاعدة كود TypeScript موحدة. يدمج مكدس MongoDB و Express و Angular و Node في مستودع واحد، مما يوفر أساساً منظماً يغطي كلاً من منطق الواجهة الأمامية والخلفية. من خلال استخدام لغة مشتركة عبر المكدس بأكمله، يفرض إطار العمل هياكل بيانات متسقة وعقود واجهة بين العميل والخادم.

يتميز المشروع بالتركيز على اتساق البيئة وإنتاجية المطور. يتضمن دعماً مدمجاً للحاويات لضمان تشغيل مكدس التطبيق بشكل موثوق عبر بنية التطوير والاختبار والإنتاج. يوفر إطار العمل أيضاً أدوات سقالات مؤتمتة لتهيئة هياكل المشروع، واتصالات قاعدة البيانات، وإعدادات الخادم، مما يسمح بالتطوير الفوري.

بعيداً عن هيكله الأساسي، يدمج إطار العمل مجموعة من الأدوات للحفاظ على سلامة التطبيق ومعايير الكود. يتضمن ذلك قدرات اختبار مؤتمتة للتحقق من وظائف المكونات، بالإضافة إلى أدوات تدقيق وتحليل متكاملة لتحديد الأخطاء. يتم دعم تجربة التطوير بشكل أكبر من خلال عمليات الخلفية التي تراقب تغييرات الملفات لإطلاق عمليات إعادة البناء التلقائية وإعادة تشغيل الخادم.

يتضمن المستودع وثائق وقوالب جاهزة للمساعدة في تهيئة المشروع ونشره بسرعة.

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.
  • 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.

سجل النجوم

مخطط تاريخ النجوم لـ davideviolante/angular-full-stackمخطط تاريخ النجوم لـ davideviolante/angular-full-stack

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Angular Full Stack

مجموعات منسقة بعناية يظهر فيها Angular Full Stack.
  • إطارات عمل تطوير التطبيقات
  • قوالب تطبيقات الويب الجاهزة (Boilerplate)
  • إطار عمل لبناء تطبيقات Full Stack

الأسئلة الشائعة

ما هي وظيفة davideviolante/angular-full-stack؟

Angular-Full-Stack هو طقم بداية شامل مصمم لبناء تطبيقات الويب باستخدام قاعدة كود TypeScript موحدة. يدمج مكدس MongoDB و Express و Angular و Node في مستودع واحد، مما يوفر أساساً منظماً يغطي كلاً من منطق الواجهة الأمامية والخلفية. من خلال استخدام لغة مشتركة عبر المكدس بأكمله، يفرض إطار العمل هياكل بيانات متسقة وعقود واجهة بين العميل والخادم.

ما هي الميزات الرئيسية لـ davideviolante/angular-full-stack؟

الميزات الرئيسية لـ davideviolante/angular-full-stack هي: 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.

ما هي البدائل مفتوحة المصدر لـ davideviolante/angular-full-stack؟

تشمل البدائل مفتوحة المصدر لـ davideviolante/angular-full-stack: 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…

بدائل مفتوحة المصدر لـ Angular Full Stack

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Angular Full Stack.
  • kriasoft/react-starter-kitالصورة الرمزية لـ kriasoft

    kriasoft/react-starter-kit

    23,603عرض على 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
    عرض على GitHub↗23,603
  • kriasoft/nodejs-api-starterالصورة الرمزية لـ kriasoft

    kriasoft/nodejs-api-starter

    3,970عرض على 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
    عرض على GitHub↗3,970
  • voltagent/awesome-claude-code-subagentsالصورة الرمزية لـ VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906عرض على 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
    عرض على GitHub↗21,906
  • linnovate/meanالصورة الرمزية لـ linnovate

    linnovate/mean

    12,061عرض على 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
    عرض على GitHub↗12,061
  • عرض جميع البدائل الـ 30 لـ Angular Full Stack→