{"id":14973918,"url":"https://github.com/fsojitra/getting-started-with-postgresql-and-node","last_synced_at":"2026-03-07T22:31:30.664Z","repository":{"id":111809211,"uuid":"205863076","full_name":"fsojitra/Getting-Started-with-PostgreSQL-and-Node","owner":"fsojitra","description":"PostgreSQL and Node example with CRUD example","archived":false,"fork":false,"pushed_at":"2025-02-05T04:08:54.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-12T09:47:13.659Z","etag":null,"topics":["crud","crud-application","crud-operations","ejs","ejs-express","express-js","expressjs","hacktoberfest","hactoberfest2020","hactoberfesttru","help-wanted","node-js","nodejs","pg","postgres","postgresql","postgresql-database","postgressql","psql","query"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fsojitra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-09-02T13:27:37.000Z","updated_at":"2025-02-05T04:09:59.000Z","dependencies_parsed_at":"2025-06-12T09:39:42.526Z","dependency_job_id":"35567bed-2707-4b0d-a43e-ced5baf5b766","html_url":"https://github.com/fsojitra/Getting-Started-with-PostgreSQL-and-Node","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.375,"last_synced_commit":"f9273b684c89f9787f01388a3e4eb8117d2a9590"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fsojitra/Getting-Started-with-PostgreSQL-and-Node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsojitra%2FGetting-Started-with-PostgreSQL-and-Node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsojitra%2FGetting-Started-with-PostgreSQL-and-Node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsojitra%2FGetting-Started-with-PostgreSQL-and-Node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsojitra%2FGetting-Started-with-PostgreSQL-and-Node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsojitra","download_url":"https://codeload.github.com/fsojitra/Getting-Started-with-PostgreSQL-and-Node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsojitra%2FGetting-Started-with-PostgreSQL-and-Node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271314379,"owners_count":24738163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crud","crud-application","crud-operations","ejs","ejs-express","express-js","expressjs","hacktoberfest","hactoberfest2020","hactoberfesttru","help-wanted","node-js","nodejs","pg","postgres","postgresql","postgresql-database","postgressql","psql","query"],"created_at":"2024-09-24T13:49:40.879Z","updated_at":"2025-10-09T06:02:11.902Z","avatar_url":"https://github.com/fsojitra.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started with PostgreSQL and Node\n\u003e An PostgreSQL + Node/Express + EJS example you can add, update and delete user data.\n\n## Prerequisites\nBelow listed things you need to have in your system to run this code\n\n```\n- Node.js \u0026 NPM\n- PostgreSQL\n```\n\n## To Setup\n* Clone or download this repository\n\n* OK, so i am assuming that you already have prerequisites mentioned above and also know how to use psql from command line :thinking:, 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.\n\n    * [PSQL - Commands](https://www.postgresqltutorial.com/psql-commands/)\n    * [To download and install PostgreSQL and pgAdmin](https://www.guru99.com/download-install-postgresql.html)\n\n* Creting Database\n\n    ```\n    CREATE DATABASE userdb;\n    ```\n\n* Now that db is created follw below steps to setup\n\n    1. `cd Getting-Started-with-PostgreSQL-and-Node`\n    2. `npm install`\n    3. `node db/db_setup.js` (this will setup basic table and add some dummy data to start with)\n    4. `npm start`\n\n![And, it's Done](https://media.giphy.com/media/3oKIPf3C7HqqYBVcCk/giphy.gif)\n### And it's running on\nhttp://localhost:3000\n\n:sparkles:","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsojitra%2Fgetting-started-with-postgresql-and-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffsojitra%2Fgetting-started-with-postgresql-and-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsojitra%2Fgetting-started-with-postgresql-and-node/lists"}