Processly is a comprehensive and user-friendly Business Process Management System (BPMS) developed as a final project at University of Zanjan. This system enables organizations to design, manage, and optimize their business workflows efficiently. It incorporates an open-source Angular admin template in the frontend, providing a polished and responsive user interface for automating tasks, tracking progress, and analyzing performance metrics.
- Visual Workflow Designer: Drag-and-drop interface for creating and managing workflows.
- Task Management: Assign tasks to team members, set priorities, and monitor progress.
- Automation and Notifications: Automate recurring tasks and receive notifications for critical updates.
- Reports and Analytics: Generate detailed reports to evaluate process efficiency.
- Real-time Monitoring: Dashboard views to track workflow progress in real time.
- Java Development Kit (JDK) 8 or later
- Database: Microsoft SQL Server
- Docker (optional, for containerized deployment)
-
Clone the Repository
git clone https://github.com/masoudsadeghiDev/Processly
-
Navigate to Project Directory
cd processly
-
Configure Database
- Update the
application.properties
file insrc/main/resources
with your database credentials.
- Update the
-
Build and Run
./gradlew build ./gradlew bootRun
- Open your browser and go to
http://localhost:8080
. - Register a new account or log in.
- Begin designing workflows, assigning tasks, and tracking their progress in real-time.
- Backend: Java, Spring Boot
- Frontend: Angular (with an open-source Angular admin template)
- Database: Microsoft SQL Server
- Others: Docker (for containerization)
- Frontend Template: This project uses an open-source Angular admin template to create a responsive and professional interface.
This project is licensed under the MIT License. See the LICENSE file for details.
Processly is a final project by Masoud at University of Zanjan, showcasing skills in Java, Spring Boot, and Angular development for effective business process management.
This version includes the use of the Angular admin template in both the overview and acknowledgments sections. Let me know if you'd like further modifications!