Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

ricardo-campos-org/onde-tem-vagas-api

Repository files navigation

Onde Tem Vagas

This is a service that can help you find jobs, based on terms of search, it'll bring to you everything that matches.

Developer corner

Requirements

  • Java OpenJDK 11 (I recommend sdkman)
  • Maven (You can use sdkman)
  • Docker

Suggestions

  • Postman
  • DBeaver

Running

  • You can get the service running with ./mvnw spring-boot:run
  • The server should start at the port 8080

Running checks and testing

  • For checkstyle: ./mvnw --no-transfer-progress checkstyle:checkstyle -Dcheckstyle.skip=false --file pom.xml
  • For unit tests: ./mvnw --no-transfer-progress test --file pom.xml
  • For integration tests: ./mvnw --no-transfer-progress verify -P integration-test --file pom.xml
  • And code coverage: ./mvnw --no-transfer-progress clean verify -P test-everything --file pom.xml

About

Simple API to retrieve jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published