Hey Maksim, thank you for making this, it got me started on using lowdb, very clearly explained and well-paced!
@magerrrr4 жыл бұрын
Максим, спасибо огромное! Повторил, работает! буду дальше разбираться!
@satansdeer14 жыл бұрын
Супер!
@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.
@gamer33d3 жыл бұрын
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 :)
@trups11trupti4 жыл бұрын
Excellent. Handy json server
@yerowyn15184 жыл бұрын
Ideas for next videos: Federated Modules, Gatsby, Redux Toolkit, Tips and Tricks for everyday work and soft skills
@forester12 жыл бұрын
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
@shilpams98564 жыл бұрын
Great video! Please do videos on cors and web sockets
@BorisEdigarian4 жыл бұрын
body-paser больше не нужно ставить отдельно , с версии 4.16 он идет в комплекте. Просто используешь через app.use(express.json())
@satansdeer14 жыл бұрын
о, спасибо, отстал от жизни
@magerrrr4 жыл бұрын
Попробовал избавиться от body-parser'a и использовать express.json() - работает! полет отличный! Спасибо!
@TrilochanSatapathy3 жыл бұрын
Can we use this lowdb for only get requests, not allowing any post, update, delete requests?
@eugen14642 жыл бұрын
Почему-то не читались параметры из body у post запросов, вместо app.use(bodyParser.json()) добавил app.use(express.json()) app.use(express.urlencoded({ extended: true }));
@ОлександрПархоменко-г4й Жыл бұрын
дякую
@audioseeker41364 жыл бұрын
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 😁😁
@MIHANIZM564 жыл бұрын
Why not to use simple .json file and read/write to it?
@satansdeer14 жыл бұрын
The api is more convenient
@htsscreatorshtsscreators76744 жыл бұрын
Plz make a video on auth with firebase
@satansdeer14 жыл бұрын
Htss creators Htss creators you mean role baset authentication, or authorization? Bc I have a vid about authorization already