https://github.com/codit/lunchorder
Order lunch at your enterprise with ease
https://github.com/codit/lunchorder
angular2 asp-net-web-api azure bootstrap3 documentdb momentjs
Last synced: 8 months ago
JSON representation
Order lunch at your enterprise with ease
- Host: GitHub
- URL: https://github.com/codit/lunchorder
- Owner: Codit
- License: mit
- Created: 2016-07-06T07:46:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T18:38:41.000Z (over 2 years ago)
- Last Synced: 2025-06-07T12:06:18.548Z (8 months ago)
- Topics: angular2, asp-net-web-api, azure, bootstrap3, documentdb, momentjs
- Language: C#
- Homepage:
- Size: 10.1 MB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[]()
[](https://travis-ci.org/CoditEU/lunchorder)
[](https://coveralls.io/github/CoditEU/lunchorder)
[](https://codeclimate.com/github/CoditEU/lunchorder)
[](https://david-dm.org/CoditEU/lunchorder)
# lunchorder
Lunch 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.
In essence, it should solve the following problems:
- Users that forget to pay for lunch
- Users that log the wrong payment amount
- User can order from a remote location
- The order will be sent to the lunch company on time
- Correct total payment amount will be known up front and ready on delivery.
The application is being been developed primarily to get a better understanding on how [angular2] works.

## Running the application
Please see the [wiki installation section]
Our local development is done in [Visual Studio Code] (frontend) and [Visual Studio 2015] (WebApi backend).
## Technology
Front-End:
- [angular2]
- [Bootstrap 3]
- [MomentJS]
Back-End:
- [ASP.NET Web Api]
- [DocumentDb]
## Demo:
https://www.lunchorder.be/
_Admin users_
username: demo_admin, password: demo_admin
username: demo_admin1, password: demo_admin1
...
username: demo_admin10, password: demo_admin10
_Normal users_
username: demo_user, password: demo_user
username: demo_user1, password: demo_user1
...
username: demo_user10, password: demo_user10
## License information
Lunchorder 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.
[angular2]:
[Visual Studio Code]:
[DocumentDb]:
[Bootstrap 3]:
[MomentJS]:
[Sass]:
[ASP.NET Web Api]:
[wiki installation section]: