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.
Please see the wiki installation section
Our local development is done in Visual Studio Code (frontend) and [Visual Studio 2015] (WebApi backend).
Front-End:
Back-End:
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
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.