JPL is a Terminal app to practice typing Hiragana and Katakana alphabet in Romaji. Built with Cobra and Bubble Tea
It's also a REST API Server, Build with Gin, Swagger and Gorm
- Practice Hiragana and katakana alphabet by cmd
- Learn japanses words
- Register and login user with token, is built with jwt
- Login with firebase
- CRUD word, follow REST API, with database PostgresSQL
- Middleware check token when user access resources
git clone https://github.com/hochitai/jpl.git
├── ...
├── internal
│ ├── database
│ ├── init.sql
JPL is a CLI, it can be installed by running:
go install
Document: You can read more detail Docker.
├── ...
├── internal
│ ├── database
│ ├── main.go
|
├── app.yml
You must check host and post in docker in main.go
And in app.yml