Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 437 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 437 Bytes

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.