fac-12/WalkWithMe

trying to run app in development doesnt work without real DB URL

Opened this issue · 0 comments

i have the TEST_DB_URL variable, but because NODE_ENV isnt set to test when i run npm run dev it doesnt fall into this block:
https://github.com/fac-12/WalkWithMe/blob/master/src/database/db_connections.js#L6-L8

https://github.com/fac-12/WalkWithMe/blob/master/package.json#L9