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.git
install dependencys
cd path/to/project
yarn
run server
cd path/to/project
yarn dev:server
run tests
cd path/to/project
yarn test
for http requests I recommend insomnia Rest client
see Insomnia