/Consuming-API

LuisSempre/Consuming-API with Express Nodemon Cors Axios

Primary LanguageHTML

Consumir API

API

API

  • npm init -y
  • npm i express nodemon cors axios
  • Create route API
  • Server API
  • Enable CORS
  • Enable modemon for restart server

Frontend

API

  • Fetch consuming API backend
  • Promise - Async/await
  • Try/catch
  • Response

Backend

API