https://github.com/zeldan/random-kanji
JLPT random kanji
https://github.com/zeldan/random-kanji
japanese-study jlpt jlptn5 spring-boot
Last synced: 5 months ago
JSON representation
JLPT random kanji
- Host: GitHub
- URL: https://github.com/zeldan/random-kanji
- Owner: zeldan
- License: apache-2.0
- Created: 2018-04-28T20:38:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T17:13:30.000Z (over 7 years ago)
- Last Synced: 2025-06-12T08:07:25.609Z (over 1 year ago)
- Topics: japanese-study, jlpt, jlptn5, spring-boot
- Language: Java
- Homepage:
- Size: 218 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/zeldan/random-kanji)
Website: www.randomkanji.com
# The project
Full source code of www.randomkanji.com web application.
# How to start
1. Run MongoDB 4
2. Import kanji collection to MongoDB (data/kanji.json)
```
mongoimport --db test --collection kanji kanji.json --jsonArray
```
3. Run application
```
./mvnw spring-boot:run
```
# Technology Stack
- Java 8
- Spring boot 2.1.2
- MongoDB 4.0.2