/gostack-conceitos-nodejs

Challenge proposed by Rocketseat during the GoStack Bootcamp.

Primary LanguageJavaScript

gostack-conceitos-nodejs 🚀

Challenge proposed by @Rocketseat during the GoStack Bootcamp.

Consists of a Node.js backend application to simulate the manipulation of repositories using HTTP Methods.

Each repository is composed by: a unique ID, title, url, techs and likes.

It also has a POST method to increment one like per request, given a repository unique ID.