{"id":16753513,"url":"https://github.com/optimalstrategy/comp231","last_synced_at":"2025-07-08T19:04:59.010Z","repository":{"id":52822720,"uuid":"346002842","full_name":"optimalstrategy/COMP231","owner":"optimalstrategy","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-18T04:16:25.000Z","size":14928,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-22T18:11:34.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/optimalstrategy.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":"2021-03-09T12:44:41.000Z","updated_at":"2021-04-18T04:16:28.000Z","dependencies_parsed_at":"2022-08-17T15:40:36.532Z","dependency_job_id":null,"html_url":"https://github.com/optimalstrategy/COMP231","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimalstrategy%2FCOMP231","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimalstrategy%2FCOMP231/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimalstrategy%2FCOMP231/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimalstrategy%2FCOMP231/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/optimalstrategy","download_url":"https://codeload.github.com/optimalstrategy/COMP231/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830922,"owners_count":20354850,"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","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-10-13T02:50:20.088Z","updated_at":"2025-03-16T05:41:05.576Z","avatar_url":"https://github.com/optimalstrategy.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Software Development Project\n\n## Setup\n0. Install [MongoDB](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/) and [RabbitMQ](https://www.rabbitmq.com/install-windows.html). \n   Make sure that both programs are configured and running.\n\n1. Clone the repo:\n```bash\n$ git clone https://github.com/optimalstrategy/COMP231\n```\n\nand switch to `dev`\n```bash\n$ git checkout dev\n```\n\n2. Install the dependencies\n```bash\n$ npm install -g typescript ts-node nodemon\n$ npm install\n```\n\n3. Run the tests. You should see something like this:\n```bash\n$ npm test\n\u003e jest\n\nPASS  server/routes/demoRoute.test.ts\n  A sample test demonstrating how to test APIs\n    ✓ Request / should return HTTP 200 OK (54 ms)\n\nTest Suites: 1 passed, 1 total\nTests:       1 passed, 1 total\nSnapshots:   0 total\nTime:        1.875 s, estimated 2 s\n```\n\n4. Run the backend server\n```bash\n$ nodemon\n```\n\n## Development server\n\nRun `nodemon` for a dev server. The serve will be listening on `http://localhost:3000/`. The app will automatically reload if you change any of the source files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimalstrategy%2Fcomp231","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foptimalstrategy%2Fcomp231","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimalstrategy%2Fcomp231/lists"}