An application for memorizing words, concepts and phrases.
Idea inspired from realpython.org.
git clone https://github.com/NRaudseps/flashcards.git | cd flashcards
virtualenv venv
pip install -r requirements.txt
source venv/bin/activate
python manage.py migrate
python manage.py runserver
make test