brunokiafuka / rest-api-tut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST

What is a RESTful API?

Representational State Transfer: is what an API that uses http requests to manipulate data.

RESTFUL verbs

GET: fecth information from our backend POST: post info/data to our backend DELETE: delete info PATCH/PUT: update info


Node JS

What is node.js?

Node.js is a JavaScript runtime environment.

Why node.js?

Run JS outside browser using V8.

-- Express.js npm - yarn(faster).

About


Languages

Language:JavaScript 100.0%