Skip to content
/ backend Public

Set of utils for Quizlet flash cards management

License

Notifications You must be signed in to change notification settings

quizl/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizler backend

Web app providing quizler's collection of tools for Quizlet flash cards.

Run locally

$ pip install -r requirements.txt
$ export HTTP_SESSION_SECRET_KEY=Ab0Cd1Ef2Gh3Ij4Kl5Mn6Op7
$ export QUIZLET_CLIENT_ID=Ab0Cd1Ef2G
$ export QUIZLET_SECRET_KEY=Ab0Cd1Ef2Gh3Ij4Kl5Mn6O
$ FLASK_APP=app.py flask run --host=0.0.0.0

Powered by Quizlet

Releases

No releases published

Packages

No packages published