Skip to content

Fred-Reis/challenge_backEnd-01_GoStack-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

23 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

Back end challenge #1 with NodeJS on bootcamp goStack v2 ๐Ÿš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages