NodeJSwTDD

NodeJS with TDD boilerplate.

This is initial tempalte to TDD a little project at NodeJS.

#About this project Uses Postgres, a free database to work with relational data. Uses SQLite, a free database to tests with Jest Uses Jest to create tests.

#Use .Env file to work with Database .Env: APP_SECRET=123

DB_HOST=0.0.0.0 DB_PORT=15432 DB_USER=postgres DB_PASS=Postgres2019! DB_NAME=nodeauth

.Env.test: APP_SECRET=123Test

DB_DIALECT=sqlite

#Windows compatilibity This project uses a lib to work with Environmnet variables. -Cross-env@6.0.3 or latter