How do you create API's for front end engineers?

This page summarizes the projects mentioned and recommended in the original post on /r/node

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
  • swagger-jsdoc

    Generates swagger/openapi specification based on jsDoc comments and YAML files.

  • Express by itself lacks a lot of metadata useful for generating OpenAPI spec, you'll end up writing a lot of non-standard doc comments. You want to use something like swagger-jsdoc to generate the spec and then some other package to generate the UI.

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

  • Best DX to write OpenAPI documentation

    1 project | dev.to | 24 Mar 2023
  • Adding a Swagger UI page to your Express REST API

    2 projects | dev.to | 20 Oct 2021
  • NodeJS API Documentation

    2 projects | /r/node | 27 Jan 2023
  • Do you use Swagger/OpenAPI to document your APIs? If so, what is your preferred way to generate the docs?

    12 projects | /r/node | 30 May 2022
  • Adding request and response validation to your Express REST API

    3 projects | dev.to | 31 Aug 2021