{"id":18614869,"url":"https://github.com/andrewjbateman/pern-stack-display","last_synced_at":"2026-04-05T23:33:01.329Z","repository":{"id":96860845,"uuid":"434719985","full_name":"AndrewJBateman/pern-stack-display","owner":"AndrewJBateman","description":"PERN Stack app","archived":false,"fork":false,"pushed_at":"2022-01-03T19:42:22.000Z","size":535,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-17T01:34:27.763Z","etag":null,"topics":["cors","css3","express","full-stack-application","full-stack-web-development","html5","material-ui","nodejs","pern-stack","postresql","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/AndrewJBateman.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}},"created_at":"2021-12-03T20:05:47.000Z","updated_at":"2022-01-03T19:42:25.000Z","dependencies_parsed_at":"2023-04-04T15:49:04.330Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/pern-stack-display","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/pern-stack-display","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpern-stack-display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpern-stack-display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpern-stack-display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpern-stack-display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/pern-stack-display/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpern-stack-display/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31454197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cors","css3","express","full-stack-application","full-stack-web-development","html5","material-ui","nodejs","pern-stack","postresql","react"],"created_at":"2024-11-07T03:27:15.964Z","updated_at":"2026-04-05T23:33:01.312Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"JavaScript","readme":"# :zap: PERN Stack Display\n\n* PostgreSQL Express React Node (PERN) full-stack app, integrates React + Material UI frontend with Node-Express backend and PostgreSQL database.\n* Create, Read, Update and Delete (CRUD) project data from SQL database\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/pern-stack-display?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/pern-stack-display?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/pern-stack-display?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/pern-stack-display?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: PERN Full Stack Display](#zap-pern-stack-display)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General Info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:clipboard: Status \u0026 To-Do List](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n### Backend\n\n* PostgreSQL needs to be installed and running - I started it from my Windows 10 PostgreSQL 14 dropdown option 'SQL shell (psql)'\n* Postgresql shell commands: `\\l` list all databases. `\\c database1` connect to database1. `\\dt` inspect tables. `\\q` to quit.\n\n### Frontend\n\n* Project list displayed in grid of cards with project edit and delete buttons. Clicking on a project links to a project detail page where title and description can be changed\n* [Material UI sx prop](https://mui.com/system/the-sx-prop/) shortcuts used to define a custom style that has access to the theme.\n\n## :camera: Screenshots\n\n![Backend screenshot](./img/postgresql.png)\n![Frontend screenshot](./img/projects.png)\n\n## :signal_strength: Technologies - Backend\n\n* [PostgreSQL v14](https://www.postgresql.org/)\n* [PostgreSQL Installer for Windows](https://www.postgresqltutorial.com/install-postgresql/)\n* [pg](https://www.npmjs.com/package/pg) PostgreSQL client for Node.js\n* [Express.js v4](https://expressjs.com/) middleware\n* [Node.js v12](https://nodejs.org/es/)\n* [Nodemon v2](https://www.npmjs.com/package/nodemon) npm module so backend server will automatically restart after code changes\n\n## :signal_strength: Technologies - Frontend\n\n* [React v17](https://reactjs.org/) Javascript library\n* [React Router DOM v6](https://www.npmjs.com/package/react-router-dom) bindings for React Router\n* [React UI Library v5](https://mui.com/) component library\n* [UI React Material icons](https://mui.com/components/material-icons/) used to make buttons more interesting\n\n## :floppy_disk: Setup - Backend\n\n* Install [PostgreSQL](https://www.postgresql.org/) \u0026 run it (requires the password you created during installation)\n* Add postgresql database credentials to .env file\n* `npm run dev` to run backend with automatic restart if you change something\n\n## :floppy_disk: Setup - Frontend\n\n* `npm i` to install dependencies\n* `cd client` to change to Client directory\n* `npm run dev` runs the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n* `npm run build` Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\n\n## :computer: Code Examples - Backend\n\n* tba\n\n```\n\n```\n\n## :computer: Code Examples - Frontend\n\n* tba\n\n```\n\n```\n\n## :cool: Features\n\n* Full CRUD capability with data stored in a Postgres database\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: Working\n* To-Do: change to grid of cards, add eslint?, add date to project record, add about page, contact page to nav bar.\n\n## :clap: Inspiration\n\n* [PostgreSQL Quick Command List](http://jcsites.juniata.edu/faculty/rhodes/dbms/pgsql.htm)\n* [GeekforGeeks: When to use next() and return next() in Node.js ?](https://www.geeksforgeeks.org/when-to-use-next-and-return-next-in-node-js/)\n* [JavaScript in Visual Studio Code](https://code.visualstudio.com/Docs/languages/javascript#_auto-imports) To enable auto imports, set \"javascript.suggest.autoImports\" in settings to true.\n* [Sentry: Warning: Each child in a list should have a unique \"key\" prop](https://sentry.io/answers/unique-key-prop/)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fpern-stack-display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fpern-stack-display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fpern-stack-display/lists"}