-
Notifications
You must be signed in to change notification settings - Fork 0
theoxylo/random-word
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Random Word Microservice Project To run tests: mvn test To build and run: run.sh or mvn spring-boot:run To fetch a random word, visit (GET): https://host:port/api/word To add a word to the list, POST with request body: {"word":"test"} To get word length from path: http://localhost:8080/api/word/testword/length --- To build docker container: sudo mvn package dockerfile:build To run docker: sudo docker run thxword/wordserver:0.0.1-SNAPSHOT
About
Random word REST server
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published