Haebaragi is a flashcards-like app, focused on language learning.
Show welcome message and help:
curl http://localhost:8080
GET all words:
curl http://localhost:8080/word
Make a POST request to add a new word:
curl -X POST -H "Content-type: application/json" -d @test_data/POST_word.json http://localhost:8080/word