First NodeJS Challenge 2 -> (GoStack Rocketseat)
This repository was created to store challenge 2 of the rockeseat bootcamp
see Rocketseat
clone repository
git clone https://github.com/thiagolago1/nodejs-n2.gitinstall dependencys
cd path/to/project
yarnrun server
cd path/to/project
yarn dev:serverrun tests
cd path/to/project
yarn testfor http requests I recommend insomnia Rest client
see Insomnia