Skip to content

Simple matching engine that presents workers with appropriate jobs

Notifications You must be signed in to change notification settings

jinto-kuriakose/test-swipejobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Technical Assignment for Swipejobs

Simple matching engine that presents jobs with appropriate workers

Getting Started

Make sure that you have Java and Maven installed on your computer. run below command from project directory.

mvn clean install
java -jar target\job-matcher-1.0-SNAPSHOT.jar

Integrations

This service currently depends on below APIs to get the list of available Workers and Jobs

Workers API : http://test.swipejobs.com/api/workers
Jobs API    : http://test.swipejobs.com/api/jobs

API Docs

GET /jobmatcher/{workerId}

This REST API will return a list of matching jobs for the given worker based on his or her Location preference, Driving Licence Requirement and Skill Set

Testing

mvn test

About

Simple matching engine that presents workers with appropriate jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages