NihongoX is a fun app designed to help you learn Japanese characters: Hiragana and Katakana. Test your skills by guessing the correct pronunciation of random characters in both basic and advanced levels.
- Node.js
-
Clone the Repository:
git clone https://github.com/KaungKhantKyaw1997/nihongo-x.git cd nihongo-x
-
Install Dependencies:
npm install
-
Create a
.env
file with your Node environment.
To start the server, run:
npm start
The API is documented using Swagger. You can access the documentation at:
http://localhost:3000/api-docs
-
Get a Random Character (Japanese):
GET /api/jpn-random-character/{type}?level={level}&count={count}
-
Get a Random Character (English):
GET /api/eng-random-character/{type}?level={level}&count={count}