Code Monkey home page Code Monkey logo

challenge_backend-01_gostack-v2's Introduction

Rocket

Challenge 01: NodeJS Concepts

NodeJS

language version language version GitHub language count GitHub top language GitHub repo size in bytes

This project be a part of bootcamp: GoStack by RocketSeat

Links:

ย ย  ย ย  ย ย  ย ย  ย ย 

๐Ÿ’ก About Challenge:

This challenge was to practice knowledge of the fundamentals of NodeJS.

An application was developed to store repositories in a portfolio, which it allowed creating, listing, updating and removing the repositories, and also allowing the repositories to receive "likes".

๐Ÿ”ฅ Functionalities:

In this project, the routes were implemented using HTTP methods.

  • POST /repositories => Create a new repositorie.
  • GET /repositories => List all repositories.
  • PUT /repositories/:id => Updates some parameters of the repository with the same ID received by request params.
  • DELETE /repositories/:id => Delete the repositorie with the same ID received by request params.
  • POST /repositories/:id/like => Increase one more "like" in the repository with the same ID received by request params, whenever this route is called.

โš™๏ธ Techs:

  • NodeJS;
  • Express;
  • Nodemon;
  • Yarn;
  • Jest;

โ› Tools:

๐Ÿ Run this project:

To run on the first time,
into your folder:

$ git clone https://github.com/Fred-Reis/challenge_backEnd-01_GoStack-v2

Into repo folder, to intall Node_Modules run:

yarn

To link with IOS:

pod install

And to start the server:

yarn dev

Recommend using Insomnia to test routes

๐Ÿ˜ƒ Now run the project in your device or favorite emulator and... BE HAPPY.

๐Ÿ˜ Thanks for you interest!


"Stay hungry stay foolish!"



Author: Frederico Reis

challenge_backend-01_gostack-v2's People

Contributors

fred-reis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.