This is a web application for managing products, users, and orders for a restaurant named CARA. It provides functionalities like user, product, and order CRUD operations.
This project consists of two components: the client-side interface and the server-side API. Our client has requested to develop the interface that integrates with this API.
| Login |
Menu |
 |
 |
| Users view |
Create user |
 |
 |
| Update user |
Delete user |
 |
 |
| Products view |
Create product |
 |
 |
| Update product |
Delete product |
 |
 |
| Orders view |
Order status |
 |
 |
| Cancel order |
Update order |
 |
 |