Skip to content

alwayswanna/fellow-worker

Repository files navigation

Java CI with Maven

fellow-worker

  1. api-common
  2. client-manager
  3. fellow-worker-service
  4. oauth2-persistence
  5. oauth2-server

api-common

Shared module for multiple services, contains classes and models for API & Swagger.

client-manager

Client management module. Custom metrics are implemented for the user data management service. This service is designed to create, delete, modify accounts. SwaggerUI uri:

https://127.0.0.1:8090/swagger-ui.html

fellow-worker-service

Vacancies & resume management module. This service is designed to create, delete and modify resumes or vacancies. SwaggerUI uri:

https://127.0.0.1:4334/swagger-ui.html

oauth2-persistence

Shared module for multiple services, contains classes and models for persistence (clients).

oauth2-server

Server which create JWT tokens.

https://127.0.0.1:9001/authorize/token

cv-generator

Service which cat create PDF files with resume info.

https://127.0.0.1:7044/swagger-ui.html

fellowworkerfront

Frontend module for all microservices.

https://127.0.0.1:8888/

Final qualifying work for the university. Application for creating, editing and deleting resumes or vacancies. Job search site. For authorization, the OAuth2 standard is used. When creating a resume, a PDF document is created, which the user can download.

  • Flutter is used to display user data.
  • JVM, Spring Boot is used for realize backend-logic.

Application architecture

All microservices build to Docker images, created docker-compose manifest for demo.

Main page of user view service: Application architecture

For monitoring is used stack Prometheus & Grafana:

Application architecture

Releases

No releases published

Packages

No packages published