Code Monkey home page Code Monkey logo

jisho-open's Introduction

Lorenzi's Jisho

Lorenzi's Jisho is a web frontend for the JMdict Japanese-English dictionary project! It supports creating and sharing custom study lists with your searched words, and you can export them in an Anki-compatible format.

It is live at https://jisho.hlorenzi.com

Discord

License

I haven't chosen how to license this repository's code yet. Please only use it for personal reference.

Local Development

To start:

  • Use node version 16 (or greater).
  • In all of common/, backend/, and frontend/, execute npm install.
  • If you have MongoDB installed, in backend/, execute npm run db-build to download JMdict and build the database.

To work on the codebase, execute in parallel:

  • In backend/, execute npm run dev to start the server in watch mode. You can pass arguments to select between a few options for internal services. Remember to pass as npm run dev -- --option.

    • For the database service:
      • --db-mongo Use MongoDB. This is the default.
      • --db-dummy Use a dummy interface that returns empty results.
    • For the authentication service:
      • --auth-dummy Use a dummy service which lets you log in with any user ID. This is the default.
      • --auth-lorenzi, --auth-lorenzi-dev Use Lorenzi's closed-source auth server. You probably won't have access to it, so use the dummy service.
  • In frontend/, execute npm run dev to build and pack the frontend JavaScript files in watch mode.

  • Finally, you can access the page through http://127.0.0.1.

jisho-open's People

Contributors

hlorenzi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.