- This is the backend side of the project.
- Quarkus with Apache Kafka used in the project.
- Server is running on the Docker cluster with 3 containers (Kafka, Kafka Zookeper, MySQL).
- Java is used as a language.
- Database operations handled with Panache Hibernate ORM.
- REST API is created for CRUD operations.
A work order is a task or job that can be scheduled and assigned to someone who wants to get this job. Worderize is a platform in which customers can create and workers can get the work orders. Worderize brings customers and workers together to manage work orders in an easy way.
Registered workers can select a "worder" from filtered work orders list according to their job type and location preferences. Later on, they can change these preferences with updating their profiles.
The whole process can be monitored by customers so they can track their work orders via application. They can create multiple work orders and manage each of them.
Worderize developed for web platform with the most recent technologies in Angular Framework and also using Apache Kafka to data streaming with the Quarkus in the backend.
- Quick and easy work order creation
- Track & find work orders
- Various job types
- Different locations
- Filtered work orders by worker's preferences
- Creates a common platform
- Easy to use web application
- 24/7 support
https://www.oracle.com/java/technologies/javase/codeconventions-contents.html
Run the required Kafka, Zookeper and MySQL versions on the docker:
docker-compose up --build
Run the Quarkus project with development mode:
mvn quarkus:dev