
Template Integrations Testing CI on GitHub Actions - Hosted & Self-Hosted, Docker-Compose, Hasura/Postgres, Nestjs, React
If you're diving into continuous integration with GitHub Actions, this sample CI repository provides an excellent foundation. This template showcases how to set up a robust CI pipeline using containerized Hasura/Postgres within an Nx Monorepo, specifically tailored for a NestJs project. With clear instructions and configurations, it simplifies both GitHub Hosted and Self-Hosted options, making it a versatile choice for developers seeking to enhance their CI/CD workflow.
The repository not only features a comprehensive setup guide but also allows users to implement environment variables and access GitHub's powerful API seamlessly. Whether you're new to CI or looking to refine your existing process, this setup can cater to your needs while providing the flexibility of a self-hosted option.

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
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.
Hasura is a GraphQL engine that provides instant, realtime GraphQL APIs over your databases. It offers built-in authorization, event triggers, and remote schemas to help developers build scalable GraphQL backends without writing any backend code.
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.