Implement POST handler saving data to the database

    Bahadir Balban

    Started Tech Buzz

    @learningexpressjs

    Learn how to implement an ExpressJS handler saving data from a POST http request.



    Did you like this episode?

    Buzz it and share it with your friends

    Buzz0

    You Might Also Like...


    Join The Discussion

    Tan Soo

    @tan52556

    Nov 26

    i have the same problem

    Chris Kim

    @chris48547

    Apr 10

    Hi, I followed the tutorial up to here and when I submit the email address, I am inserting empty values into the table instead of "UUID, email, time, time" I have "lead email: workplz@plz.com Executing (default): INSERT INTO "Leads" ("id","email","createdAt","updatedAt") VALUES ($1,$2,$3,$4) RETURNING *;" showing on console. My initial guess was that I have bug with sequelize, but still not resolved.