Coder Social home page Coder Social logo

recruiter's Introduction

recruiter

Run the application

To run the application, execute from the recruiter dir:

./gradlew build && java -jar build/libs/recruiter-0.0.1-SNAPSHOT.jar

Application will be started on http://localhost:8080

Port is configurable in application.properties (server.port)

For handling of notifications an event system was implemented (look at package com.heavenhr.recruiter.service.eventsystem)

Please find application predefined data here :

recruiter\src\main\resources\data.sql

Defined REST services:

HTTP GET operations

read a single offer by id
http://localhost:8080/offers/{id}

read a single offer by job Title
http://localhost:8080/offer?jobTitle={jobTitle}

read all offers
http://localhost:8080/offers

read one application by id
http://localhost:8080/applications/{id}

read one application by candidate Email http://localhost:8080/applications/{candidateEmail}

read all applications per offer http://localhost:8080/applications/offer/{jobTitle}

track the number of applications http://localhost:8080/numberOfApplications/{jobTitle}

HTTP PUT operations

create a job offer
http://localhost:8080/offer

BODY example
{"jobTitle": "java programmer",
"startDate": "2019-02-03",
"numberOfApplications": "5"}

apply for an offer
http://localhost:8080/offer/{jobTitle}

BODY example
{"candidateEmail":"[email protected]", "resumeText": "resumeText"}

HTTP POST operations

progress the status of an application
http://localhost:8080/application/{candidateEmail}

BODY Example
applicationStatus="INVITED"

recruiter's People

Contributors

mike-adamenko avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.