Stack

screenshot of Stack
angular
nestjs
prisma

nxpm-stack lets you generate a complete and opinionated full-stack application in a Nx Workspace, ready to extend and deploy!

Overview:

@nxpm/stack is a tool that generates an opinionated full-stack application in a Nx Workspace based on the PANNG Stack (Prisma, Angular, Nest, Nx, GraphQL). This tool simplifies the process of setting up a full-stack application by providing a structured and efficient way to create projects with a predefined tech stack.

Features:

  • Full-Stack Application: Generates an opinionated full-stack application based on the PANNG Stack.
  • Nx Workspace Support: Utilizes an Nx Workspace for managing the project structure.
  • PANNG Stack Integration: Integrates Prisma, Angular, Nest, Nx, and GraphQL into the generated project.
  • CLI Support: Provides a CLI tool for creating new projects easily.
  • Docker Configuration: Includes Docker configuration for setting up a Postgres server.
  • GraphQL Playground: Easily accessible GraphQL Playground for testing APIs.
  • SDK Generation: Supports generation of SDK to be used by the frontend application.
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.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

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.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

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.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.