An open API service indexing awesome lists of open source software.

https://github.com/rodrigo-dev7/consuming-api

Aplicação irá consumir api local e externa
https://github.com/rodrigo-dev7/consuming-api

consuming-api html javascript lite-server

Last synced: 24 days ago
JSON representation

Aplicação irá consumir api local e externa

Awesome Lists containing this project

README

        

# Consumir API

## API

- [x] Iniciar o projeto `npm init -y`
- [x] Instalar as dependências `npm i express nodemon cors axios`
- [x] Criar uma rota para acessar a API
- [x] Server a API
- [x] Habilitar o CORS
- [x] Habilitar o nodemon para reiniciar o server

## frontend

Consumir API

- [x] Utilizar fetch para consumir nossa API backend
- [x] Explicar Promise - Async/await
- [x] Usar try/catch
- [x] mostrar a resposta na tela

## backend

Consumir API

- [x] jsonplaceholder
- [x] usar axios
- [x] semelanças entre axios a fetch
- [x] usar try/catch