Journey to the real world by cloning DEV.to backend server.

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
  • prisma1

    Discontinued 💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]

  • Prisma is a Next-Gen javascript and typescript ORM . It generate types for your model and provide highlight during development to work faster. You can explore prisma 2 here

  • apollo-server

    🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

  • Apollo server is a graphql implementation for production use and can be used easily with any graphql client like relay , urql , apollo client etc.. You can explore much about apollo server here

  • 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
  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • Nodejs is a javascript runtime which allow javascript to run outside the browser. Nodejs was developed by Ryan Dahl which utilize google v8 javascript engine. You can learn more about nodejs here

  • artwork

    Discontinued GraphQL Foundation artwork (by graphql)

  • Graphql is a query language for API which provide full power to frontend developer to query data according to requirement without too much hassle. Graphql is alternative to REST in REST we create a bunch of endpoints using different http verbs like GET , POST , PUT , DELETE etc.. but in graphql we have one and only one endpoint which will always make a POST request no matter what your intension about getting data or updating data.e Graphql was developed and open source by facebook you can learn more about graphql here

  • Express

    Fast, unopinionated, minimalist web framework for node.

  • Express is a most popular , unopinionated nodejs based web framework. We will use express as middleware to handle file server. You can explore about express js here.

  • 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.

    InfluxDB logo
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

  • Introduction to Building your First REST API with Node.js

    3 projects | dev.to | 10 Jan 2023
  • Send and Receive SMS Messages With Node.js and Express

    2 projects | dev.to | 5 Jan 2023
  • NestJS GraphQL image upload into a S3 bucket

    8 projects | dev.to | 26 Dec 2022
  • Achieving end-to-end type safety in a modern JS GraphQL stack

    9 projects | dev.to | 24 Nov 2022
  • QuickChart: Let's make a website to plot graphs!

    3 projects | dev.to | 31 Oct 2022