{"id":22120187,"url":"https://github.com/joshbrew/portfolio","last_synced_at":"2025-10-23T21:27:34.430Z","repository":{"id":133634858,"uuid":"462096366","full_name":"joshbrew/portfolio","owner":"joshbrew","description":"My portfolio! It's a webapp you can build and run!","archived":false,"fork":false,"pushed_at":"2022-02-27T23:04:08.000Z","size":16031,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T03:38:25.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshbrew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-02-22T01:45:08.000Z","updated_at":"2022-02-22T01:45:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b170e0d-a820-4f7f-b124-87a4b336ea03","html_url":"https://github.com/joshbrew/portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joshbrew/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbrew%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbrew%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbrew%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbrew%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshbrew","download_url":"https://codeload.github.com/joshbrew/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbrew%2Fportfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280695221,"owners_count":26375024,"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-10-23T02:00:06.710Z","response_time":142,"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":[],"created_at":"2024-12-01T14:21:23.209Z","updated_at":"2025-10-23T21:27:34.390Z","avatar_url":"https://github.com/joshbrew.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Joshua Brewster's Portfolio \n\nCheck out all of my progress and offerings as a developer in one interactive app! \n- [Hosted Example](http://190.92.148.106) \n- [Alt self-signed https link](https://190.92.148.106:8080/)\n\n![image](src/assets/screenshots/myapp.png)\n\n\n## Setup\n\nRequires: Python 3.7 or later and NodeJS LTS or later. The built app size minus images is about 500kb. The build tools add about 24MB of node modules.\n\n`npm run pip` should install any missing python packages. See [README](https://github.com/moothyknight/esbuild_base_python/blob/master/python/README.md))\n\n`npm run dev` installs nodejs packages and runs both python and node servers concurrently (with hot reloading for FE with a persistent python streaming server backend).\n\nYou can access the Node-served page at `http://localhost:8000` or the quart server test page at `http://localhost:7000` to experiment (add `/build` at port 7000 to access the webapp build via Python (minus hot reload)). \n\nSet protocol to 'https' in server/server_settings.js for production and generate your ssl keys in the provided folder using the instructions. Set Production=true in python/server.py. Be sure the python server targets the ssl certs properly, too.\n\n##### The Node --\u003e Python socket requires https to relay messages to the browser between ports.\n\nThe node `ws` library requires ssl certs to access the python port.\n\n## Run Concurrent Python \u0026 Node servers after setup: \n\n`npm run concurrent`\n\n## Production with concurrent Python and PWA\n\n`npm run production`\n\n## Development Server:\n\n`npm run dev`\n\nthen `npm run startdev` \n\nnodemon restarts the node server automatically when changes to included source files are detected.\n\nThe nodemon dev server adds basic frontend hot reloading via websocket and clientside code injection (see [nodeserver/server.js](https://github.com/moothyknight/esbuild_base/blob/master/node_server/server.js) for method).\n\n\u003e 2 dev dependencies: `nodemon` and `ws`\n\n## Run without python:\n\nTo run: `npm run build` to bundle, then `npm start` to run the node server.\n\n* OR `npm test` to run both commands in sequence\n\nYou can specify https and add an ssl certificate if you follow the instructions.\n\n\u003e2 dependencies: `esbuild` and [`fragelement`](https://github.com/brainsatplay/domelement)\n\n## PWA build:\n\nTo test:\n\n`npm run pwa` \n\nThis installs workbox-cli, generates the service worker, bundles and then starts the application. Run once if you don't need to modify the service-worker further.\n\n\u003e 1 additional dependency: `workbox-cli`\n\n### Other notes:\n\nSee README.md files in each folder for more explanation on how to work with these types of applications.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshbrew%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshbrew%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshbrew%2Fportfolio/lists"}