/gostack-rocketseat-challenge1

This project is a part of GoStack Bootcamp by Rocketseat

Primary LanguageJavaScript

GoStack

GoStack Rocketseat Challenge 1

This project is a part of GoStack Bootcamp by Rocketseat

Our goal was to create an Express based server that would listen our GET, POST, PUT and DELETE methods


In order to find out more, check out the instructions repository

This challenge was tested using and it should follow the following instructions:

  • should be able to create a new repository
  • should be able to list the repositories
  • should be able to update repository
  • should not be able to update a repository that does not exist
  • should not be able to update repository likes manually
  • should be able to delete the repository
  • should not be able to delete a repository that does not exist
  • should be able to give a like to the repository
  • should not be able to like a repository that does not exist

Usage

If you would like to explore this project, feel free to do so To get it running just install all the dependencies by typing

yarn install

on your terminal


🚀