Project created during Introduction to Web Application course - main theme of this project is to create a single-page web application for restaurant. The app lets users create their accounts, browse and order dishes, rate them and leave reviews. It has as well different functionalities for manager, who can add, edit and remove dishes and for admin, who have permissions to change persistence and manage users.
On the main page you can find very brief description of the restaurant.
To see dish details, you need to be logged in to your account, which you can as well create.
Menu has implemented filters that help you select desirable dish as well as pagination that declutters your screen.
As a manager you have access to the dish list and you can freely modify them
As an adimn you can set the persistence and manage users
Application has implemented guards that secure access to parts, which require additional permissions. Project was made with the usage of Angular for the frontend part, backend was implemented with the help of Firebase.
Feel free to try this app by yourself: https://tasty-horn.web.app/
This project was generated with Angular CLI version 13.0.4.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app 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.