mustafaulker / DuoVocab

Flashcard web app for users' learned Duolingo words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DuoVocab

Duolingo Vocabulary Trainer

Gathers users' Duolingo profile and language information.
Lists users' learned words by selected language.

Study feature (Word repetition) will be added.

Execution

$ docker compose up

UI

localhost:8000

Admin Panel

Run following command to create an admin account.
$ docker exec -it duovocab bash -c "python manage.py createsuperuser --noinput; python manage.py migrate"

Panel
localhost:8000/admin

Authentication

Username: admin
Password: pass

License

DuoVocab is licensed under MIT License.

About

Flashcard web app for users' learned Duolingo words

License:MIT License


Languages

Language:HTML 51.9%Language:Python 39.9%Language:CSS 7.8%Language:Dockerfile 0.4%