Number Generator Application Execution Instruction
- Make sure java is installed in your system
java -version (in cmd prompt)
- Copy/Download jar file from the Git repo
- Click on the jar file for Application to be executed
- Use Postman/browser to execute the APIs
In Postman:
API 1: http://localhost:8080/api/generate
API 2: http://localhost:8080/api/tasks/{UUID}/getNumList - get descending number array for given Goal and step.
API 3: http://localhost:8080/api/tasks/{UUID}/status - get the status of UUID generation.
API 4: http://localhost:8080/api/tasks/getFilePath - To see the output files generated.
API 5: http://localhost:8080/api/tasks/getAllTasks - To get all current tasks with UUID in system.