Skip to content

henrywoody/vehicle-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle Portal

Tools for keeping track of your vehicles.

Setup

Database

Make sure the following environment variables are defined:

  • DB_NAME
  • DB_USER
  • DB_PASS
  • DB_HOST
  • DB_PORT

Set up the database by running the setup-db.sql file:

psql postgres -f setup/setup-db.sql

Run each migration by running:

psql $DB_NAME -U $DB_USER -f migrations/migration-name.sql

About

Tools for keeping track of your cars' stats

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published