Giter VIP home page Giter VIP logo

fsojitra / getting-started-with-postgresql-and-node Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 1.0 11 KB

PostgreSQL and Node example with CRUD example

JavaScript 37.43% HTML 62.57%
postgresql postgres postgresql-database postgressql nodejs node-js expressjs express-js ejs-express ejs pg psql crud crud-application crud-operations query help-wanted hacktoberfest hactoberfest2020 hactoberfesttru

getting-started-with-postgresql-and-node's Introduction

Getting Started with PostgreSQL and Node

An PostgreSQL + Node/Express + EJS example you can add, update and delete user data.

Prerequisites

Below listed things you need to have in your system to run this code

- Node.js & NPM
- PostgreSQL

To Setup

  • Clone or download this repository

  • OK, so i am assuming that you already have prerequisites mentioned above and also know how to use psql from command line ๐Ÿค”, if you are new and don't know much about PostgreSQL than follow link below. If you don't like command line that much than you can totally use pgAdmin.

  • Creting Database

    CREATE DATABASE userdb;
    
  • Now that db is created follw below steps to setup

    1. cd Getting-Started-with-PostgreSQL-and-Node
    2. npm install
    3. node db/db_setup.js (this will setup basic table and add some dummy data to start with)
    4. npm start

And, it's Done

And it's running on

http://localhost:3000

โœจ

getting-started-with-postgresql-and-node's People

Contributors

foramsojitra avatar fsojitra avatar

Stargazers

 avatar  avatar  avatar

Forkers

raninder

getting-started-with-postgresql-and-node's Issues

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.