ogallagher / omino

Webserver for Omino, a constructed auxiliary language.
1 stars 0 forks source link

Connect dictionary to database #2

Closed ogallagher closed 3 years ago

ogallagher commented 3 years ago

Now that the database has some initial data from by db-scratch file .json file, it’s time to connect some of that data to the dictionary page, enabling basic translation. In later issues I’ll expand to more complex dictionary data, like examples, roots and derivatives, etc.

ogallagher commented 3 years ago

Basic translation via the fetch_definitions endpoint is working.