Lowdb + ExpressJS | How to Make a JSON Server

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 20

  • @jonscottclark
    @jonscottclark 4 года назад +1

    Hey Maksim, thank you for making this, it got me started on using lowdb, very clearly explained and well-paced!

  • @magerrrr
    @magerrrr 4 года назад +1

    Максим, спасибо огромное! Повторил, работает! буду дальше разбираться!

  • @gamer33d
    @gamer33d 3 года назад +1

    Thanks bro :), I didn't understand anything you said, I'm from Brazil, and I'm translating this message kkkk, however, I understood a lot by following your video, thanks :)

  • @akshayverma1828
    @akshayverma1828 Год назад

    Hi Makism greaat work bro was wondering what is lowdb and how does lowdb work. And this cleared it all , it was very helpful thank you.

  • @trups11trupti
    @trups11trupti 4 года назад

    Excellent. Handy json server

  • @shilpams9856
    @shilpams9856 4 года назад

    Great video!
    Please do videos on cors and web sockets

  • @BorisEdigarian
    @BorisEdigarian 4 года назад +3

    body-paser больше не нужно ставить отдельно , с версии 4.16 он идет в комплекте. Просто используешь через app.use(express.json())

    • @satansdeer1
      @satansdeer1  4 года назад

      о, спасибо, отстал от жизни

    • @magerrrr
      @magerrrr 4 года назад +1

      Попробовал избавиться от body-parser'a и использовать express.json() - работает! полет отличный! Спасибо!

  • @TrilochanSatapathy
    @TrilochanSatapathy 3 года назад +1

    Can we use this lowdb for only get requests, not allowing any post, update, delete requests?

  • @yerowyn1518
    @yerowyn1518 4 года назад

    Ideas for next videos: Federated Modules, Gatsby, Redux Toolkit, Tips and Tricks for everyday work and soft skills

  • @ОлександрПархоменко-г4й

    дякую

  • @forester1
    @forester1 2 года назад +1

    hello sir this was very satisficed tut i ever seen . please a method where no one can change this data with postman . thanks waiting for reply

  • @audioseeker4136
    @audioseeker4136 4 года назад

    Hi can you make web application that contains all of your content here. That would be so nice use the tricks and advance concepts like what you are doing me and my friends watching every upload you did 😁😁

  • @eugen1464
    @eugen1464 2 года назад

    Почему-то не читались параметры из body у post запросов, вместо app.use(bodyParser.json()) добавил app.use(express.json())
    app.use(express.urlencoded({ extended: true }));

  • @MIHANIZM56
    @MIHANIZM56 4 года назад

    Why not to use simple .json file and read/write to it?

    • @satansdeer1
      @satansdeer1  4 года назад +2

      The api is more convenient

  • @htsscreatorshtsscreators7674
    @htsscreatorshtsscreators7674 4 года назад

    Plz make a video on auth with firebase

    • @satansdeer1
      @satansdeer1  4 года назад

      Htss creators Htss creators you mean role baset authentication, or authorization? Bc I have a vid about authorization already