Books
  • Login
sidebar background
   API con NodeJS
  •  Indice

  • NodeJS
    • Introduzione
    • Scrivere su un file
    • Request & response
    • Express
    • nodemon
    • body-parser
  • REST API
    • Endpoints
    • Creazione del progetto
    • Rotta di base
    • Get Product
    • Get Product by User
    • Gestire gli errori
    • Controller Products
    • Nuovo prodotto
    • Patch Product
    • Delete Product
    • Modifiche a get by user
  • MongoDB
    • Installazione di Mongoose
    • Connessione al database
    • Schema e Model
    • Create
    • Read
    • Update
    • Delete

 API con NodeJS

NodeJS

  1. Introduzione
  2. Scrivere su un file
  3. Request & response
  4. Express
  5. nodemon
  6. body-parser

REST API

  1. Endpoints
  2. Creazione del progetto
  3. Rotta di base
  4. Get Product
  5. Get Product by User
  6. Gestire gli errori
  7. Controller Products
  8. Nuovo prodotto
  9. Patch Product
  10. Delete Product
  11. Modifiche a get by user

MongoDB

  1. Installazione di Mongoose
  2. Connessione al database
  3. Schema e Model
  4. Create
  5. Read
  6. Update
  7. Delete

Scarica il libro