Good night guys. I have a login form, how can I verify that the email and password exist and are correct?

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

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.

  • You would need to set up your backend with something like Nodejs and https://expressjs.com/ or https://hapi.dev/ for server-side routing and managing your API calls to your database server-side, not from the browser. You can use an ORM, such as https://sequelize.org/ to map to your database schemas easier (although Sequelize is optional).

  • Hapi

    The Simple, Secure Framework Developers Trust

  • You would need to set up your backend with something like Nodejs and https://expressjs.com/ or https://hapi.dev/ for server-side routing and managing your API calls to your database server-side, not from the browser. You can use an ORM, such as https://sequelize.org/ to map to your database schemas easier (although Sequelize is optional).

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

    Fast, unopinionated, minimalist web framework for node.

  • You would need to set up your backend with something like Nodejs and https://expressjs.com/ or https://hapi.dev/ for server-side routing and managing your API calls to your database server-side, not from the browser. You can use an ORM, such as https://sequelize.org/ to map to your database schemas easier (although Sequelize is optional).

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

  • Integrating Slonik with Express.js

    2 projects | dev.to | 30 Sep 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
  • How to setup a Node.js server port

    2 projects | dev.to | 12 Oct 2022
  • Building an API using Express.js, Postgres, Sequelize CLI and Jest for Unit Testing Part 1

    2 projects | dev.to | 13 Apr 2022