{"id":20604847,"url":"https://github.com/themost-framework/oms-api-demo","last_synced_at":"2026-06-05T19:31:07.433Z","repository":{"id":89431667,"uuid":"178919174","full_name":"themost-framework/oms-api-demo","owner":"themost-framework","description":"Order Management Demo Api Server with MOST Web Framework Codename Bluseshift","archived":false,"fork":false,"pushed_at":"2019-05-09T15:13:53.000Z","size":952,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-17T19:53:36.428Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themost-framework.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":"2019-04-01T18:04:33.000Z","updated_at":"2020-04-17T05:26:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac4a6f24-a1a6-4d06-9fa1-33c3f18707b3","html_url":"https://github.com/themost-framework/oms-api-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/themost-framework/oms-api-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Foms-api-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Foms-api-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Foms-api-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Foms-api-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themost-framework","download_url":"https://codeload.github.com/themost-framework/oms-api-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Foms-api-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33957496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"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-11-16T09:25:12.147Z","updated_at":"2026-06-05T19:31:07.413Z","avatar_url":"https://github.com/themost-framework.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oms-api-demo\nOrder Management Demo Api Server with [MOST Web Framework Codename Blueshift](https://github.com/themost-framework/themost)\n\n#### Clone repository\n\n    git clone https://github.com/themost-framework/oms-api-demo.git\n\n#### Install dependencies\n\n    npm i\n    \n#### Start application\n\n    npm run serve\n\nNavigate to http://localhost:3000/api/ to see the available entity sets\n\n#### Instructions\n\nUse account:\n\n    Username: alexis.rees@example.com\n    Password: secret\n    \nwhich has administrative rights.\n\nUse one of the following accounts:\n\n    lily.stewart@example.com\n    james.may@example.com\n    luis.nash@example.com\n    \nwith\n\n    Password: secret\n    \nto access user data.\n    \nApi server has basic authorization enabled.\n\n###### Get interactive user\n\n    curl --user lily.stewart@example.com:secret \\\n    http://localhost:3000/api/users/me\n    \nResponse:\n\n    {\n        \"@odata.context\": \"/api/$metadata#Users/$entity\",\n        \"enabled\": 1,\n        \"name\": \"lily.stewart@example.com\",\n        \"description\": \"Lily Stewart\",\n        \"id\": 701,\n        \"dateCreated\": \"2019-04-01 17:05:38.037+03:00\",\n        \"dateModified\": \"2019-04-01 17:05:38.051+03:00\",\n        \"createdBy\": 0,\n        \"modifiedBy\": 0,\n        \"groups\": [\n            {\n                \"name\": \"Users\",\n                \"description\": \"Site Users\",\n                \"alternateName\": \"users\",\n                \"id\": 3,\n                \"dateCreated\": \"2019-04-01 15:03:02.731+03:00\",\n                \"dateModified\": \"2019-04-01 15:03:02.732+03:00\",\n                \"createdBy\": 0,\n                \"modifiedBy\": 0\n            }\n        ]\n    }\n\n###### Get orders\n\n    curl --user lily.stewart@example.com:secret \\\n    http://localhost:3000/api/orders\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Foms-api-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemost-framework%2Foms-api-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Foms-api-demo/lists"}