Skip to content

Commit

Permalink
Edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Chambers committed Apr 7, 2021
1 parent b640da2 commit 565f44e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ I have experience with a couple of frameworks, but felt none of them really fit
The first step was to implement the back end needed to supply the necessary information for this project. I did a little bit of searching and came across [JMDict](http://edrdg.org/jmdict/j_jmdict.html), which since 1996 has had "at its aim the compilation of a multilingual lexical database with Japanese as the pivot language." The database holds information about 'every' Japanese word, including definitions, word type, and auxiliary information. I imported the JMDict database into a Postgres database and set up a Node.js server to handle read requests to the database. One table contains an entry for each word in the JMDict, a second contains information needed to aid in querying for words, and a third which contains information used for streaming audio files.


I have uploaded a copy to a VM that I will try to keep available [here.](http://ec2-3-129-62-182.us-east-2.compute.amazonaws.com:3000/)
I have uploaded a copy to a VM that I will try to keep available [here.](http://ec2-100-25-211-104.compute-1.amazonaws.com:5000/index.html)
Binary file added dist.7z
Binary file not shown.

0 comments on commit 565f44e

Please sign in to comment.