Skip to content

SnehaaGanesan/Thesaurus---REST-API-in-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thesaurus - A REST API in Java

- This is an API to request the synonyms of a word, much like a thesaurus.
- It is developed in Java using SpringBoot application framework, Maven for web layer dependency management, and JUnit for automated unit testing

Instructions to run on terminal/command line :

To build: mvn clean package

To run tests and coverage report: mvn clean verify

To run checkstyle report: mvn checkstyle:checkstyle

To run: mvn spring-boot:run

URL format: http://localhost:8080/words/come

Example command line usage: > curl http://localhost:8080/words/come

About

REST API to request synonyms of a word

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages