Do the following checklist:
-
Run pip install -r requirements.txt
-
Run sqlite3 database.db
-
Run python create_db.py
-
Change SQLALCHEMY_DATABASE_URI config in app.py to point to above created database location in local
-
Run python app.py
Inorder to create new questions:
-
Add questions and answers to original_questions dictionary like below: new_entry = {question_id:[question, [option1, option2, option3]]}
-
Add new columns to UserTable db