Skip to content

jamie-houston/vin-lookup

Repository files navigation

Vin Lookup

This is a site I quickly put together to find out what Kia Telluride's were being produced and what dealers they are going to.

This is being hosted on Failcat.

For more info on Tellurides, I recommend this forum

Running locally

  • Database is Postgres
  • Python 3.6.8
  • PIP

Install requirements

pip install -r requirements.txt

Set database url

export DATABASE_URL=postgresql://localhost/telly

Setup the postgres database:

python run.py db init

python run.py db migrate

python run.py db upgrade

Import the data:

pg_restore --verbose --clean --no-acl --no-owner -h localhost -d telly latest.dump

Run it locally:

python run.py runserver

About

Query Car Information (at least Tellurides)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published