{"id":24290527,"url":"https://github.com/cda0/jpmsss","last_synced_at":"2026-04-11T22:35:35.831Z","repository":{"id":146996458,"uuid":"78659467","full_name":"CDA0/jpmsss","owner":"CDA0","description":"Super Simple Stocks","archived":false,"fork":false,"pushed_at":"2017-01-12T18:43:44.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T02:32:31.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/CDA0.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":"2017-01-11T16:53:13.000Z","updated_at":"2017-01-11T16:53:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"535ba8a6-f447-4873-820f-b42859393ed8","html_url":"https://github.com/CDA0/jpmsss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CDA0/jpmsss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CDA0%2Fjpmsss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CDA0%2Fjpmsss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CDA0%2Fjpmsss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CDA0%2Fjpmsss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CDA0","download_url":"https://codeload.github.com/CDA0/jpmsss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CDA0%2Fjpmsss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31698152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"ssl_error","status_checked_at":"2026-04-11T21:17:24.556Z","response_time":54,"last_error":"SSL_read: 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":[],"created_at":"2025-01-16T11:53:09.076Z","updated_at":"2026-04-11T22:35:35.802Z","avatar_url":"https://github.com/CDA0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Super Simple Stocks\n\n## Server Setup\n\nThis project was built with python3 and cherrypy.\n\n[CherryPy](http://cherrypy.org) is a self contained webserver allowing simple setup.\nFor the purpose of this excerise it is suitable and is being run for a development setting.\n```\npython3 -m venv cda0\ncd cda0\n. ./bin/activate\ngit clone https://github.com/CDA0/jpmsss.git\ncd jpmsss\npip install -r requirements.txt\n```\n\nYou can then run the cherrypy server by:\n\n`python server.py`\n\nThe server will be running on port 9090.\n\n## Client setup\n\nThe client was built with [Ember](http://emberjs.com).\n\nTo build and test the client application Node.js is required.\nI reccommend using nvm to install the latest stable version of node, though I wont cover this here.\n\nFrom the jpmsss directory:\n```\ncd client\nnpm install\n./node_modules/.bin/bower install\n./node_modules/.bin/ember server\n```\n\nThis will start a development server serving the client application.\n\nOpen a browser and head to [http://localhost:4200](http://localhost:4200).\n\n## Testing\n\nSome light testing has been added, and while by no means bulletproof covers most key areas.\n\nFrom the jspmsss directory:\n```\npython -m unittest -v\n```\n\nSome simple integration tests can be run:\n```\npy.test -s tests/server_test.py -v\n```\n\nclient tests are run in the client directory:\n```\n./node_modules/.bin/ember test\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcda0%2Fjpmsss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcda0%2Fjpmsss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcda0%2Fjpmsss/lists"}