Prisma 2.0 Demo by its Core-Team member Nikolas Burk aka @nikolasburk

Поділитися
Вставка
  • Опубліковано 25 сер 2024
  • Get your ticket to our online workshops here www.react-euro...
    Follow him on twitter / nikolasburk
    Talk topic: Prisma 2.0 Demo by its Core-Team member Nikolas Burk
    aka @nikolasburk

КОМЕНТАРІ • 5

  • @tkrotoff
    @tkrotoff 4 роки тому +3

    With Express >= 4.16, you don't need to install body-parser: expressjs.com/en/4x/api.html#express.json
    Just write:
    const app = express();
    app.use(express.json());
    and you are done.

    • @nikolasburk
      @nikolasburk 4 роки тому

      Nice, wasn't aware of that, thanks for the pointer 🙏

  • @sturmenta
    @sturmenta 4 роки тому +1

    🔥🔥🔥

  • @balexandre
    @balexandre 4 роки тому +1

    Why would you bring another application just to run some HTTP calls? 🤦‍♂️ Have a look into VS Code REST Client 👌😊

    • @nikolasburk
      @nikolasburk 4 роки тому +1

      Ha thanks for the hint, I should have guessed that VS Code has something in store for that 🙌😄