Giter VIP home page Giter VIP logo

nodejs-postgresql's Introduction

Nodejs postgreSQL

Learn how to create a Simple Application by Connecting PostgreSQL with NodeJs, While you are using PostgreSQL as database and NodeJs as backend, you need PostgreSQL database packages to connect with nodejs. There are various packages available but most popular and well documented is node-postgres pg. Let’s start.

what's needed

  • Make sure you have postgresql installed on machine and pgAdmin - postgresql management tool
  • Make sure you have node.js installed

Getting started

  • Download the project’s zip
  • After Creating Database, Check your Connection Strings and Create new table in PostgreSQL
 CREATE TABLE customer2
(
    id serial NOT NULL,
    first_name character varying(200) NOT NULL,
    last_name text NOT NULL,
    location character varying(200) NOT NULL,
   
)
  • Type npm install in terminal/console in the source folder where package.json is located
  • Type node app.js in terminal/console in the source folder where api.js is located

nodejs-postgresql's People

Contributors

tirthbhingradiya avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.