Skip to content

sadiqs/robot-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Challenge

The task is implemented as a multi-module project.

  • core Acts as a library, provides essential functionality that can used to implement user consumable applications like APIs and CLIs.

  • web Uses core library to provide a text based HTTP API.

Run Application

Use the below command to run the application,

./mvnw install && ./mvnw spring-boot:run -pl web

Use Application

Can invoke the /robot endpoint with any tool. A bash script which uses curl command to invoke the API is provided in the run/robot.sh file for reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published