Skip to content

A web application that allows users to practice Driver's License knowledge test online.

Notifications You must be signed in to change notification settings

quanghuyle3/DMVTestReady

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMVTestReady

A web application that allows users to practice Driver's License knowledge test online.

homepage

Programming & framework:

  • Python 3.8
  • Flask

Database:

  • sqlite3

Access our web application online:

https://my-cloud-run-service-ya575o6hjq-uw.a.run.app/

Run our web application locally

Setup the virtual environment

Option 1: Using conda (Preferable)

  • conda create -n dmvtestready python=3.8
  • conda activate dmvtestready

Option 2: Using source

  • source activate dmvtestready

Install flask and other dependencies

  pip3 install flask
  pip3 install flask-login
  pip3 install flask-sqlalchemy
  pip3 install pandas
  pip3 install matplotlib
  pip3 install seaborn

Run the application

  • python3 app.py

Demo

practice-page exam-page taking-practice practice-result taking-exam exam-result score-history

About

A web application that allows users to practice Driver's License knowledge test online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published