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. Learn more →
Nodejs-api-starter Alternatives
Similar projects and alternatives to nodejs-api-starter
-
-
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
graphql-playground
🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
-
mantine-next-template
Mantine + Next.js pages router template [Moved to: https://github.com/mantinedev/next-pages-template]
-
rushstack
Monorepo for tools developed by the Rush Stack community
-
relay-starter-kit
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, Material UI.
-
node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
-
Amplication
Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.
-
template-api-node
A template repository for a node+express api using typescript, typeorm and JEST
-
snowpack-solid-template
Snowpack + SolidJS PWA Template
-
graphql-utils
Utilities and helpers to make working with GraphQL.js based APIs simpler.
-
three-typescript-starter
Three.js + Typescript + Webpack Boilerplate
-
-
TypeORM
ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
-
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.
-
react-starter-kit
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
-
prisma1
💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
-
-
graphql-zeus
GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )
-
graphql-let
A webpack loader / babel-plugin / babel-plugin-macros / CLI / generated file manager of GraphQL code generator.
-
knex-types
Generate TypeScript definitions (types) from a PostgreSQL database schema.
-
SurveyJS
A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.
nodejs-api-starter reviews and mentions
-
Preparing a project, and a tehnologies stack
(1) React + API monorepo VS (2) React + API as separate repositories
-
Any Laravel Eloquent like ORM for node.js?
I personally enjoy using GraphQL.js as an ORM in combination with Knex.js - starting with database design, using Knex migrations, then generating GraphQL types (models) either automatically or manually, which then are being assembled into a single unified API endpoint.
Nope. Just plain GraphQL.js + Knex.js (example), often typed manually since it's not where most of the time spend on when building an API server (though it can be automated via a scaffolding script if there are too many db tables). Generating TypeScript definitions off the actual db schema using knex-types (example).
-
What is new with node.js world?
Examples: - https://github.com/kriasoft/node-starter-kit - basic Node.js API starter kit - https://github.com/kriasoft/graphql-starter - monorepo template with GraphQL, React, Relay
-
Question: Any tools for generating strongly-typed query and mutation builders?
https://github.com/kriasoft/graphql-starter - See web/relay.config.js, run: yarn relay
-
OAuth2 protected graphQL IDE
Here is yet another example of a Node.js (Express) middleware that encodes/decodes JWT (OAuth) token into a session cookie: https://github.com/kriasoft/graphql-starter/blob/main/api/session.ts
-
Building my first GraphQL API and need help on how it all works.
Yes, for example:
- Any recommendations for building REST APIs with Node JS?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 24 Sep 2023
Stats
kriasoft/nodejs-api-starter is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of nodejs-api-starter is TypeScript.
Popular Comparisons
- nodejs-api-starter VS hono
- nodejs-api-starter VS blockfrost-js
- nodejs-api-starter VS mantine-next-template
- nodejs-api-starter VS graphql-playground
- nodejs-api-starter VS rushstack
- nodejs-api-starter VS relay-starter-kit
- nodejs-api-starter VS snowpack-solid-template
- nodejs-api-starter VS template-api-node
- nodejs-api-starter VS three-typescript-starter
- nodejs-api-starter VS notion-api-worker