Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 297 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 297 Bytes

Learning Decks

Site to learn with card and a beautiful design. Clone of Quizlet

Use

git clone https://github.com/Instelce/LearningDecks

python -m venv env

env/Scripts/activate

pip install -r requirements.txt

python manage.py migrate

python manage.py runserver