Code Monkey home page Code Monkey logo

vocabtracker's Introduction

Vocabulary Tracker

Description

The project helps us store vocabulary during language learning, allowing us to track the learning progress, review, and look up words when needed.

Installation Guide

  1. Clone the project from GitHub.
git clone https://github.com/minhdua/vocabtracker.git
  1. Set up environment variables.
export DB_NAME=${your_db_name}
export DB_HOST=${your_db_host}
export DB_PORT=${your_db_port}
export DB_USER=${your_db_username}
export DB_PASSWORD=${your_db_password}
  1. Set up virtual environment.
pip install virtualenv
python -m venv venv
  1. Activate virtual environment.
  • Windows
venv\Scripts\activate
  • Linux
source venv/bin/activate
  1. Install packages.
pip install -r requirements.txt

Note: You may want to upgrade pip before installing the packages.

python -m pip install --upgrade pip
  1. Collect static files.
python manage.py collectstatic
  1. Run the server.
python manage.py runserver

Xây dựng project

  1. format django template
djhtml <template.html>

Liên Hệ

Tham khảo

  1. kanjidic-index repository by Macalinao.
  2. KanjiDictVN repository.

vocabtracker's People

Contributors

saitamacoder196 avatar minhdua avatar

Watchers

 avatar

vocabtracker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.