Skip to content

Express85/SixLetterWordsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SixLetterWordsAPI

  • Build the application -> command: 'mvn clean install'
  • Start the application -> command: 'java -jar target/SixLetterWordsAPI.jar'
  • Use curl script: curl --request POST 'http://localhost:8080/api/file' --data-binary '@input.txt' --header "Content-Type: text/plain" >> output.txt to find all combinations within the input.txt. ( with curl --request POST 'http://localhost:8080/api/file' --data '@input.txt' --header "Content-Type: text/plain" >> output.txt '--data' removed all line breaks).

About

Six Letter Words API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages