A MERN stack update for 2021. - Part A: Server-side.

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

    Loads environment variables from .env for nodejs projects.

  • First of all, the project loads the environment variables. For that is used dotenv. A npm library that allows you to create environment variables instead of specifying sensitive data inside the server file. After the installation, you need to create a .env file on your project's root, like the example below.

  • mern-azure-server

    Server - MERN application with Azure Cosmos DB integration

  • If you have stayed with me until this end, thank you very much. And check it out the project on Github: mern-azure-server Please feel free to comments for suggestions or tips. See ya. Alan Terriaga.

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

    MongoDB object modeling designed to work in an asynchronous environment.

  • Now, with our environment variables set, we can connect to Azure using Mongoose. The other piece of MERN stack is [ExpressJS], (https://expressjs.com), a flexible Node.js web application framework that provides quick and easy APIs creation. It is through ExpressJs that the client project will access its Api's services. But before that, we need to configure Express in our server.

  • Express

    Fast, unopinionated, minimalist web framework for node.

  • Now, with our environment variables set, we can connect to Azure using Mongoose. The other piece of MERN stack is [ExpressJS], (https://expressjs.com), a flexible Node.js web application framework that provides quick and easy APIs creation. It is through ExpressJs that the client project will access its Api's services. But before that, we need to configure Express in our server.

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

  • Servidor para Blog, com AutenticaĆ§Ć£o JWT - Node.Js & Mysql

    4 projects | dev.to | 1 Dec 2023
  • Integrating Slonik with Express.js

    2 projects | dev.to | 30 Sep 2023
  • Full Stack To Do list, a step-by-step tutorial

    7 projects | dev.to | 14 Jul 2023
  • Database structure

    2 projects | /r/learnprogramming | 19 Jun 2023
  • Exploring Google Zanzibar: A Demonstration of Its Basics

    3 projects | dev.to | 6 Apr 2023