Best Flask open-source libraries and packages

Vanity plate search

A site to search the Oregon DMV's vanity plate database.
Updated 1 year ago

DMV2U

Search the Oregon DMV, Jan 2020

By K. Wicz & C. Solo

Preview

Landing Page Preview

Description

Search the Oregon DMV's Vanity Plate Database. You can enter in a vanity plate number to see if assigned, available, or restricted. You can also read lists of assigned, available, and restricted plates.

Setup/Installation Requirements

1. Download the repository

In Terminal:

  • Navigate to where you want this application to be saved, i.e.:
cd desktop
  • Clone the file from GitHub with HTTPS
git clone https://github.com/kwicz/vanity-plate-search.git
  • Open file in your preferred text editor
    • On Mac:
    open -a {your text editor} vanity-plate-search
    • On Windows:
    vanity-plate-search

To Download Manually:

  • Navigate to https://github.com/kwicz/vanity-plate-search.
  • Click green "Clone or Download" button.
  • Click "Download ZIP".
  • Click downloaded file to unzip.
  • Open folder called "vanity-plate-search-master".
  • Right click "index.html" and select your preferred browser or text editor.

2. Lauch the program

Navigate to the root directory of your project in the terminal and enter:

cd vanity-plate-search
flask run

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

License

MIT

Copyright (c) 2020 K. Wicz