jwasham / computer-science-flash-cards

Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.
Creative Commons Attribution Share Alike 4.0 International
8.46k stars 2.02k forks source link

Using provided databases #24

Closed dhruvparamhans closed 7 years ago

dhruvparamhans commented 7 years ago

This is presumably a very silly question but how can I use the cards that you have provided in the database cards-jwasham.db?

Is there a bit of code that I need to edit or dos it work out of the box?

For information, I am using the app locally via the python installation.

Thanks and cheers to you for the effort :)

jwasham commented 7 years ago

You need to replace your cards.db with mine, and rename it to cards.db

geofflangenderfer commented 5 years ago

To run locally, I replaced db/cards.db with cards-jwasham.db :

cp cards-jwasham.db db/cards.db