{"id":28473183,"url":"https://github.com/codit/lunchorder","last_synced_at":"2025-07-02T02:32:47.852Z","repository":{"id":40933366,"uuid":"62701686","full_name":"Codit/lunchorder","owner":"Codit","description":"Order lunch at your enterprise with ease","archived":false,"fork":false,"pushed_at":"2023-09-05T18:38:41.000Z","size":10611,"stargazers_count":10,"open_issues_count":36,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-07T12:06:18.548Z","etag":null,"topics":["angular2","asp-net-web-api","azure","bootstrap3","documentdb","momentjs"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Codit.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}},"created_at":"2016-07-06T07:46:23.000Z","updated_at":"2023-07-05T13:20:32.000Z","dependencies_parsed_at":"2023-01-17T01:45:48.470Z","dependency_job_id":null,"html_url":"https://github.com/Codit/lunchorder","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Codit/lunchorder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codit%2Flunchorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codit%2Flunchorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codit%2Flunchorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codit%2Flunchorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codit","download_url":"https://codeload.github.com/Codit/lunchorder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codit%2Flunchorder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263064298,"owners_count":23408097,"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":["angular2","asp-net-web-api","azure","bootstrap3","documentdb","momentjs"],"created_at":"2025-06-07T12:06:18.305Z","updated_at":"2025-07-02T02:32:47.842Z","avatar_url":"https://github.com/Codit.png","language":"C#","readme":"[![Visual Studio Team services](https://img.shields.io/vso/build/codit/af04086b-9d24-45cd-a1e6-8b7b65149a98/172.svg?maxAge=2592000?style=flat-square)]()\n[![Travis Master branch](https://img.shields.io/travis/CoditEU/lunchorder/master.svg?maxAge=2592000?style=flat-square)](https://travis-ci.org/CoditEU/lunchorder)\n[![Coveralls Master branch](https://img.shields.io/coveralls/CoditEU/lunchorder/master.svg?maxAge=2592000?style=flat-square)](https://coveralls.io/github/CoditEU/lunchorder)\n[![Code Climate](https://img.shields.io/codeclimate/github/CoditEU/lunchorder.svg?maxAge=2592000?style=flat-square)](https://codeclimate.com/github/CoditEU/lunchorder)\n[![David](https://img.shields.io/david/CoditEU/lunchorder.svg?maxAge=2592000?style=flat-square)](https://david-dm.org/CoditEU/lunchorder)\n\n# lunchorder\nLunch order is a web application where a user can order lunch using money that was paid in advance. The order will then be delivered by a lunch company at lunchtime.\nIn essence, it should solve the following problems:\n- Users that forget to pay for lunch\n- Users that log the wrong payment amount\n- User can order from a remote location\n- The order will be sent to the lunch company on time\n- Correct total payment amount will be known up front and ready on delivery.\n\nThe application is being been developed primarily to get a better understanding on how [angular2] works.\n\n![Codit](./media/codit.png)\n\n## Running the application\nPlease see the [wiki installation section]\n\nOur local development is done in [Visual Studio Code] (frontend) and [Visual Studio 2015] (WebApi backend).\n\n## Technology\nFront-End:\n- [angular2]\n- [Bootstrap 3]\n- [MomentJS]\n\nBack-End:\n- [ASP.NET Web Api]\n- [DocumentDb]\n\n## Demo:\nhttps://www.lunchorder.be/ \n\n_Admin users_\n\nusername: demo_admin, password: demo_admin\n\nusername: demo_admin1, password: demo_admin1\n\n...\n\nusername: demo_admin10, password: demo_admin10\n\n_Normal users_\n\nusername: demo_user, password: demo_user\n\nusername: demo_user1, password: demo_user1\n\n...\n\nusername: demo_user10, password: demo_user10\n\n\n## License information\nLunchorder is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.\n\n[angular2]: \u003chttps://github.com/angular/angular\u003e\n[Visual Studio Code]: \u003chttps://code.visualstudio.com/\u003e\n[DocumentDb]: \u003chttps://azure.microsoft.com/en-us/services/documentdb/\u003e\n[Bootstrap 3]: \u003chttp://getbootstrap.com/\u003e\n[MomentJS]: \u003chttps://github.com/urish/angular2-moment\u003e\n[Sass]: \u003chttp://sass-lang.com/\u003e\n[ASP.NET Web Api]: \u003chttp://www.asp.net/web-api\u003e\n[wiki installation section]: \u003chttps://github.com/CoditEU/lunchorder/wiki/Installation\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodit%2Flunchorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodit%2Flunchorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodit%2Flunchorder/lists"}