CafeManagement is a cafe management system developed using Angular 11 on the front-end and Spring Boot 4 on the back-end. It offers a variety of functionalities to assist in the efficient administration of cafes. Below is a summary of the main features and pages of the system:
-
Login Page: This page allows secure access to the system. Only authenticated users can access CafeManagement's features.
-
Registration Page: It enables new users to sign up for the system.
-
Dashboard: The dashboard provides summarized information about the cafe, including the number of categories, the total number of products, and the number of orders placed.
-
Product Management: On this page, users can add, edit, and remove products available in the cafe. Each product is characterized by details such as name, price, description, etc.
-
Category Management: Administrators can manage product categories on this page by adding, editing, and deleting categories as needed.
-
Order Management: Orders placed by customers are managed on this page, with detailed information about the order, including products, quantity, and status.
-
Order View: Authorized users can view all orders placed in the cafe, with the ability to filter and search.
-
User Management: This page is reserved for administrators, where they can add, edit, or delete users and assign specific roles.
here are some images for a more detailed view:
Before installing CafeManagement on your machine, ensure that the following tools and technologies are installed:
- Angular 11
- Spring Boot 4
If you wish to contribute to the development of CafeManagement, follow these steps:
- Fork this repository.
- Clone your fork to your local machine.
- Create a branch for your contribution:
git checkout -b your-feature
. - Make necessary changes and add meaningful commits.
- Push the changes back to your GitHub repository.
- Create a pull request to the main repository.