Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 502 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 502 Bytes

Salary Standoff API

Back-end of a tool that checks if a candidate's salary expectation is compatible with a company's budget, without leaking any numbers to any of the parties.

Front-end is available here.

Running

You can run the microservice with sbt run. By default it listens to port number 8080, you can change this in the application.conf.

Acknowledgements