konianzero / JobAggregator

Aggregator of Java vacancies from websites (Jakarta & MicroProfile).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job Aggregator

MicroProfile based job aggregator application (Initially, this is a task from JavaRush - Java aggregator (CodeGym - Java aggregator)).

There are 2 projects, front-service actually call an endpoint of back-service.

  • In the front-service directory, you can find an application with the major parts of the application. This can be seen as the 'client'.
  • In the back-service directory, you can find endpoint which will be called by code within the client application. This can be seen as the 'backend'.

Have a look in the README file in each directory (back readme, front readme) which describes how each project can be built and run.

Once both projects are built and started, open your browser at the following URL to launch the page:

http://localhost:9081/index.html

About

Aggregator of Java vacancies from websites (Jakarta & MicroProfile).


Languages

Language:Java 98.4%Language:HTML 1.6%