This project was generated with Angular CLI version 14.0.5.
•Search for the desired store, either by name or by category.
•Add one or more items from the store's menu to the order.
•Create an order containing items only from the same store.
•In case we change to another store and add one of its items, the order should be cleared before adding the new item(s).
•Retrieve all placed orders.
•List of the most famous stores in general and per category.
•List of the 10 most popular products to order.
This project was part of the 3 months training program organized by Code.Hub, on behalf of PMM group.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.