A web application that allows users to practice Driver's License knowledge test online.
- Python 3.8
- Flask
- sqlite3
- conda create -n dmvtestready python=3.8
- conda activate dmvtestready
- dependencies: pip3 install flask pip3 install flask-login pip3 install flask-sqlachemy pip3 install pandas pip3 install matplotlib pip3 install seaborn
- python3 app.py
.
├── DMV
│ ├── **init**.py
│ ├── **pycache**
│ │ ├── **init**.cpython-312.pyc
│ │ ├── **pycache**
│ │ │ ├── auth.cpython-312.pyc
│ │ │ └── views.cpython-312.pyc
│ │ ├── auth.cpython-312.pyc
│ │ ├── models.cpython-312.pyc
│ │ └── views.cpython-312.pyc
│ ├── controller
│ │ ├── **pycache**
│ │ │ ├── auth.cpython-312.pyc
│ │ │ └── views.cpython-312.pyc
│ │ ├── auth.py
│ │ └── views.py
│ ├── models.py
│ ├── static
│ │ ├── logo3.png
│ │ └── sampleAva.png
│ └── templates
│ ├── index.html
│ ├── login.html
│ ├── practice.html
│ ├── registration.html
│ └── templateMain.html
├── README.md
├── app.py
└── instance
└── databaseDMV.db