Quickly create a POC/MVP with GraphQL and NodeJS!

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • 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.

  • Graphql-sequelize-generator is a library that will help you to quickly setup a Node.js POC/MVP with Sequelize and GraphQL.

  • graphql-sequelize-generator

    A Graphql API generator based on Sequelize.

  • From those problems we created graphql-sequelize-generator ๐ŸŽ‰ The setup is way faster by using the definition of the ORM (Sequelize) to generate procedurally the endpoints. We do not generate a full schema by default, itโ€™s up to you to decide what do you want to expose. But it only takes 3 lines of code!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • gsg-boilerplate

    A boilerplate to quickly get started with graphql-sequelize-generator using ES2016.

  • We made 2 boilerplates: In javascript and Typescript to quickly create a create-react-app application backed by NodeJS and Express.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Sveltekit SPA Mode: Prevent serverside code

    5 projects | /r/sveltejs | 14 Nov 2022
  • Build a GraphQL app in Node.js with TypeScript and graphql-request

    3 projects | dev.to | 9 Jun 2022
  • Which nodejs ORM is closest to Django?

    2 projects | /r/django | 28 Oct 2021
  • We've beaten PostgreSQL by 840% in some cases with MongoDB powered by Kaviar Nova

    2 projects | /r/mongodb | 24 Jun 2021
  • Do you use ORMs, Query Builders or pure SQL for your database layers in Express/Fastify/Etc when building APIs?

    2 projects | /r/node | 26 May 2021