API Documentation | Database Diagram
.envfile is required for loading up environement variables.SECRET- random hashSALT_ROUNDS- set the salt rounds for passwordsTAXJAR_API_KEY- api key for getting tax query
** must have a postgres database running and connected before running the knex commands! **
npm install
npm knex migrate:latest
npm knex seed:run