Developing a CRUD Node.js Application with PostgreSQL

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • nodejs-postgresql-azure

    Repositório responsável pela série de artigos sobre Node.js com PostgreSQL

  • { "name": "crud-nodejs-psql", "version": "1.0.0", "description": "Aplicação CRUD com Node.js & PostgreSQL", "main": "server.js", "scripts": { "dev": "nodemon", "lint": "eslint --ext .js,.html -f ./node_modules/eslint-friendly-formatter . --fix", "prepush": "npm run lint", "start": "node server.js" }, "keywords": [ "node.js", "javascript", "postgresel", "azure", "serverless", "azure-functions", "azure-devops", "azure-storage", "github-actions", "app-service", "express" ], "author": "Glaucia Lemos", "license": "MIT", "bugs": { "url": "https://github.com/glaucia86/nodejs-postgresql-azure/issues" }, "homepage": "https://github.com/glaucia86/nodejs-postgresql-azure#readme", "devDependencies": { "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.20.1", "husky": "^4.2.3", "nodemon": "^2.0.2" }, "dependencies": { "cors": "^2.8.5", "dotenv": "^8.2.0", "eslint-friendly-formatter": "^4.0.1", "eslint-plugin-html": "^6.0.0", "express": "^4.17.1", "express-promise-router": "^3.0.3", "pg": "^7.18.2" } }

  • 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