/haebaragi

API for Haebaragi App vocab, expressions and grammar card data

Primary LanguageGo

haebaragi API

Description

Haebaragi is a flashcards-like app, focused on language learning.

API Spec

Test Examples

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