Conduit

screenshot of Conduit
angular
nestjs

A project to demonstrate full-stack development using NestJS, Microservice Architecture, GraphQL, Cassandra, Kafka, JWT, Passport, Angular, Nx, and TypeScript.

Overview

The RealWorld Example App offers a comprehensive solution for developers looking to create a fullstack application using modern technologies like NestJS, Angular, GraphQL, Kafka, and Cassandra. This codebase serves as a practical demonstration of real-world scenarios, including CRUD operations, authentication, and advanced patterns, all while adhering to the RealWorld specification and API. The integration of various technologies showcases the capabilities of a robust application, making it easier for developers to understand the architecture behind a fully functional system.

With its focus on best practices and adherence to the NestJS community guidelines, the RealWorld Example App is an invaluable resource for both novice and experienced developers. The application simplifies the process of running a complete environment locally, eliminating the complexities usually associated with setting up a database and backend services, allowing developers to focus on building and learning.

Features

  • Fullstack Architecture: Built using NestJS and Angular, providing a solid foundation for modern web applications.

  • CRUD Operations: Implements Create, Read, Update, and Delete functionality, allowing users to manage data effectively.

  • Authentication: Includes robust authentication mechanisms to secure user data and sessions.

  • RealWorld Compliance: Adheres to the RealWorld specification, ensuring consistency and compatibility with other implementations.

  • Cloud Database Integration: Utilizes Cassandra with Astra DB, allowing developers to avoid local database setups and focus on coding.

  • Kafka Messaging: Incorporates Kafka for handling asynchronous messaging, enhancing scalability and performance.

  • Easy Local Setup: Provides straightforward instructions for running applications locally, streamlining the development process.

  • Nx Codebase: Leverages the Nx framework for managing monorepos, facilitating organization and efficiency in code management.

angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.