HTTP Methods
The four allowed HTTP methods for each route are GET, POST, PUT, and DELETE.
Routes
The three routes are:
/kanjis
/vocabs
/particles
These are accessible at localhost:8888/kanjis, localhost:8888/vocabs, and localhost:8888/particles. All four methods are applicable to each route.
All responses will be returned in JSON format.
Errors
Trying to GET, PUT, or DELETE an entry that does not exist will return a 500 Internal Server Error.