{"id":18256898,"url":"https://github.com/mediacomem/comem-rest-demo","last_synced_at":"2025-07-23T08:31:02.502Z","repository":{"id":42084965,"uuid":"82655361","full_name":"MediaComem/comem-rest-demo","owner":"MediaComem","description":"Demonstration REST API implemented with Express","archived":false,"fork":false,"pushed_at":"2024-09-24T14:52:06.000Z","size":1770,"stargazers_count":1,"open_issues_count":10,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-04T18:38:29.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://demo.archioweb.ch","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MediaComem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-02-21T08:30:59.000Z","updated_at":"2024-09-24T14:56:08.000Z","dependencies_parsed_at":"2023-02-13T21:31:23.377Z","dependency_job_id":"6bb2ea2b-d47b-43b9-a764-5c36ef62f430","html_url":"https://github.com/MediaComem/comem-rest-demo","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/MediaComem/comem-rest-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MediaComem%2Fcomem-rest-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MediaComem%2Fcomem-rest-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MediaComem%2Fcomem-rest-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MediaComem%2Fcomem-rest-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MediaComem","download_url":"https://codeload.github.com/MediaComem/comem-rest-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MediaComem%2Fcomem-rest-demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266644790,"owners_count":23961577,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-11-05T10:24:03.524Z","updated_at":"2025-07-23T08:31:02.468Z","avatar_url":"https://github.com/MediaComem.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COMEM+ REST Demo\n\nA demonstration RESTful API implemented with [Express][express].\n\n[![build](https://github.com/MediaComem/comem-rest-demo/actions/workflows/build.yml/badge.svg)](https://github.com/MediaComem/comem-rest-demo/actions/workflows/build.yml)\n[![publish](https://github.com/MediaComem/comem-rest-demo/actions/workflows/publish.yml/badge.svg)](https://github.com/MediaComem/comem-rest-demo/actions/workflows/publish.yml)\n[![license](https://img.shields.io/github/license/MediaComem/comem-rest-demo)](https://opensource.org/licenses/MIT)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Requirements](#requirements)\n- [Usage](#usage)\n- [Configuration](#configuration)\n- [API Resources](#api-resources)\n- [Automated tests](#automated-tests)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Requirements\n\n- [Node.js][node] 22.x\n- [MongoDB][mongo] 7.x\n\n## Usage\n\n```bash\n# Clone the application.\ngit clone git@github.com:MediaComem/comem-rest-demo.git\n\n# Install dependencies.\ncd comem-rest-demo\nnpm ci\n\n# Start the application in development mode.\nDEBUG=demo:* npm start\n```\n\nVisit [http://localhost:3000](http://localhost:3000).\n\nTo automatically reload the code and re-generate the API documentation on\nchanges, use `npm run dev` instead of `npm start`.\n\n## Configuration\n\nThe application will attempt to connect to the MongoDB database at\n`mongodb://localhost/comem-rest-demo` by default.\n\nUse the `$DATABASE_URL` or the `$MONGODB_URI` environment variables to specify a\ndifferent connection URL.\n\n## API Resources\n\nThis API allows you to work with **Movies** and **People**. A Movie MUST have\none **director** (who is a Person).\n\nRead the [full documentation][docs] to know more.\n\n## Automated tests\n\nThis application has an automated test suite which you can run with `npm test`.\n\nIt will attempt to connect to the MongoDB database at\n`mongodb://localhost/comem-rest-demo-test`.\n\nThe tests are implemented with [Mocha][mocha], [Chai][chai] and\n[SuperTest][supertest].\n\n[chai]: https://www.chaijs.com\n[docs]: https://demo.archioweb.ch\n[express]: https://expressjs.com\n[mocha]: https://mochajs.org\n[mongo]: https://www.mongodb.com\n[node]: https://nodejs.org\n[supertest]: https://github.com/visionmedia/supertest#readme\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmediacomem%2Fcomem-rest-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmediacomem%2Fcomem-rest-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmediacomem%2Fcomem-rest-demo/lists"}