{"id":30791796,"url":"https://github.com/isaacmg00/project-productive","last_synced_at":"2026-04-02T03:12:00.099Z","repository":{"id":40295090,"uuid":"484237098","full_name":"isaacmg00/project-productive","owner":"isaacmg00","description":"Productivity oriented application made with the PERN stack. Features a habit tracker, to-do list, pomodoro timer, and user login functionality.","archived":false,"fork":false,"pushed_at":"2022-05-17T06:22:30.000Z","size":2646,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-06T17:55:10.150Z","etag":null,"topics":["express","node-js","postgresql","productivity","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/isaacmg00.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}},"created_at":"2022-04-21T23:47:18.000Z","updated_at":"2022-05-17T06:28:21.000Z","dependencies_parsed_at":"2022-07-27T22:48:54.036Z","dependency_job_id":null,"html_url":"https://github.com/isaacmg00/project-productive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isaacmg00/project-productive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacmg00%2Fproject-productive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacmg00%2Fproject-productive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacmg00%2Fproject-productive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacmg00%2Fproject-productive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacmg00","download_url":"https://codeload.github.com/isaacmg00/project-productive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacmg00%2Fproject-productive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["express","node-js","postgresql","productivity","react"],"created_at":"2025-09-05T15:06:46.813Z","updated_at":"2026-04-02T03:12:00.078Z","avatar_url":"https://github.com/isaacmg00.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Mac/Linux development environment\n\nnavigate to a directory where you want to store project files\n\n```sh\ngit clone https://github.com/isaacmg00/project-productive\ncd project-productive\ncd client\nnpm install\nnpm i react-scripts\ncd ..\ncd server\nnpm install\n```\n\nstart the react app dev server. make sure you're in the client/ directory\n\n```sh\nnpm start\n```\n\nstart the backend (not required to run react). make sure you're in the server/ directory this time\n\n```sh\nnpm start\n```\n\n# Setup/Install PostgreSQL Database\n### Install: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads \n### Install guide: https://www.postgresqltutorial.com/postgresql-getting-started/install-postgresql-macos/\nOnce you have installed PostgreSQL, navigate to ```server/db/postgresDB.sql``` and copy the commands seen there to create the database along with its tables. Additionally, create a file, ```index.js``` inside of the db folder that contains your db credentials. \n\n```\nconst { Pool } =  require(\"pg\");\nconst db =  new  Pool({\n\tuser:  \"\u003cyour user\u003e\",\n\tdatabase:  \"comp484_final\",\n\tpassword:  \"\u003cpassword\u003e\",\n\tport:  5432,\n\thost:  \"localhost\",\n});\nmodule.exports  = { db }\n```\nAfter that, the backend should be all set up. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaacmg00%2Fproject-productive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisaacmg00%2Fproject-productive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaacmg00%2Fproject-productive/lists"}