Udacity 2d project
npm install -g db-migrate
db-migrate db:create storefront
db-migrate up
npm i
npm run start
NODE_ENV=test PORT=4000 //This is the port the server is running on
POSTGRES_PORT:5432 //this is the port the database is running on
POSTGRES_HOST = "localhost"
POSTGRES_DB ="storefront"
POSTGRES_TEST_DB= "test"
POSTGRES_USER ="postgres"
POSTGRES_PASSWORD = ""
BCRYPT_PASS = "axon"
SALT_ROUNDS =10
TOKEN = XXXX