A simple dictionary server written in Go.
I often read books and I have to write down a lot of new words. My notes are already full and I don’t like the format of writing in them at all. So I thought, why not design an online dictionary that will store the words that I have read?
-
Add a new word to the dictionary.
GET /add -
Remove a word from the dictionary.
GET /delete -
View the entire dictionary.
GET /get -
Look up words from the dictionary starting with the specified letter.
GET /get-by-letter