Project created to using and learning tdd and jest lib with database access

Install the libs

npm install

Running script to pupulate database

node main.js

Running the tests of project

npx jext

Running the testes in watch mode

npx jest --watchAll