Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools. Learn more →
Relay-starter-kit Alternatives
Similar projects and alternatives to relay-starter-kit
-
miniflare
🔥 Fully-local simulator for Cloudflare Workers. For the latest version, see https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare.
-
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
nestjs-prisma-monorepo
🐈 NestJS + Prisma + Yarn Workspaces (Monorepo) full-stack project template
-
mantine-next-template
Mantine + Next.js pages router template [Moved to: https://github.com/mantinedev/next-pages-template]
-
notion-cloudflare-worker
A Github Action CI wrapper for Fruition setup for automatic deployment to CloudFlare Worker, to help you use your Notion with custom domain
-
injective-ts
Collection of TypeScript packages that consume and interact with the Injective Chain
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
nodejs-api-starter
💥 Yarn v2 based monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI. [Moved to: https://github.com/kriasoft/relay-starter-kit]
-
Sequelize
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.
-
knex-types
Generate TypeScript definitions (types) from a PostgreSQL database schema.
-
SkyOffice
Immersive virtual office built with Phaser, React, Redux, PeerJS, and Colyseus.
-
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
-
react-starter-kit
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
-
Knex
A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
-
-
vue-express-mongo-boilerplate
:star: MEVN Full stack JS web app boilerplate with NodeJS, Express, Mongo and VueJS
-
bree
Bree is a Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. Built for @ladjs, @forwardemail, @spamscanner, @cabinjs.
-
-
cloudflare-starter-kit
Template (boilerplate) repository for scaffolding Cloudflare Workers projects
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
relay-starter-kit reviews and mentions
-
Is NEXT.JS really that helpful versus react + express?
https://github.com/kriasoft/react-starter-kit (or, relay-starter-kit)
- Ask HN: Who wants to be hired? (June 2022)
-
Best Ways to Make an Ecommerce Store on Node.js in 2022 | Guide for Beginners
GitHub
-
What is the consensus about using ORM in node js applications?
It also helps to have a REPL shell for Knex.js — https://i.imgur.com/P5bVdoC.gif
-
graphql-code-generator - how do I generate enums from TypeScript enums?
I generate TypeScript enums and types from the actual database schema using knex-types as part of the yarn db:reset script that used during local development (after making changes to the db schema migration files). See example project.
-
🔰🦸 Production-ready template for backends created with Node.js, Typescript and Express
I tried to take advantage of TypeORM in a couple of projects, but then reverted back to knex + knex-types — just a PostgreSQL client with query builder works great, IMO, especially for GraphQL API development.
-
Caching in GraphQL
GraphQL API and Relay Starter Kit— an example of implementing GraphQL API optimized for the serverless environment (Google Cloud Functions) + a reverse proxy using Cloudflare Workers
-
Looking for know how on managing Cron Jobs
It helps to have a monorepo setup with packages/projects such as "api", "worker" (cron job) etc. all consuming the same environment variables (db connection settings etc.), when the cron job "serverless" function is deployed, it just picks the required environment variables from the shared "env" folder/package.
-
A note from our sponsor - Appwrite
appwrite.io | 28 Nov 2023
Stats
kriasoft/relay-starter-kit is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of relay-starter-kit is TypeScript.
Popular Comparisons
- relay-starter-kit VS miniflare
- relay-starter-kit VS hono
- relay-starter-kit VS nestjs-prisma-monorepo
- relay-starter-kit VS mantine-next-template
- relay-starter-kit VS notion-cloudflare-worker
- relay-starter-kit VS injective-ts
- relay-starter-kit VS wertik-js
- relay-starter-kit VS nodejs-api-starter
- relay-starter-kit VS SkyOffice
- relay-starter-kit VS next-graphql-admin