Api Challenge, about GoT and its houses
THE WINTER IS COMMING!
Nodejs
Mongo
yarn or npm
install dependences
npm i or yarn to install
rename .env
.env.example to .env
running api
npm run start or yarn start
all routes documentation
/docs
ex.: http://localhost:36109/docs
- Create House
- Delete House
- FindAll Houses
- FindById House
- FindByName House
npm run test:local or yarn test:local