Skip to content
/ german-vocabulary Public template

A GenAI powered web app to learn German vocabulary with ease built with Python, Django, TypeScript, React, and NextUI.

Notifications You must be signed in to change notification settings

thehimel/german-vocabulary

Repository files navigation

German Words

Getting Started

Initialize Client

  • Steps are mentioned here

Initialize Server

  • Clone the repository.
  • Create the .env file from .env-template.
  • Upgrade pip: python -m pip install --upgrade pip
  • Installing packages: pip install -r requirements.txt
  • Migrating Database:
    • python3 manage.py makemigrations
    • python3 manage.py migrate

Create Super User

  • python manage.py create_superuser

About

A GenAI powered web app to learn German vocabulary with ease built with Python, Django, TypeScript, React, and NextUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published