Build a Node JS SQLite API tutorial

preview_player
Показать описание
Come learn how to build an API using Node JS and SQLite3! Here we will build an AI by storing data in an SQLite 3 database. This is a backend JavaScript tutorial.

Chapters:
00:00 Setup
03:17 Post Route
05:55 Inserting Post Into Datatbase
08:10 Get Route
11:00 Adding Query Params to Get Route

#nodejs #sqlite #backend
Рекомендации по теме
Комментарии
Автор

I can rarely find any YouTuber making Nodejs projects API with SQLite and explaining it in such an easy way.

Great work bro. Keep it up 😎

gouravojha
Автор

Appreciate the focused approach to teaching. You covered everything without fluff and filler. Thank you!

fahadus
Автор

It doesn't look so hard :) Thanks for this tutorial. It's a good introduction

lucas_g
Автор

Hands down! great tutorial, just what I needed.

DuanelGarrido
Автор

Excellent - exactly what i was looking for and well explained

steveshaw
Автор

just came across your channel. Very helpful 👍

albertoderfisch
Автор

Thanks! This was really helpful and clear. :)

benherbert
Автор

Hello, first of all this is excatly what I've been looking for so thank you. The only question I have is how would I actually send quereyObject to the server in a real website like how do I fill the field and type.

titn
Автор

I see why coding is such a prestigious career

MrJaytheking
Автор

nice, please check sound is low and screen is bit blury.

bakingcreations
Автор

How to deploy this project and create own api
Kind request to make a video

nampallyrohith
Автор

Thanks bro. I guess this it the back end overview?

thobekanimhlongo
Автор

I am getting an error like this, SQLITE_CANTOPEN: unable to open database file... Please help

arshid
Автор

what is going on at like 3:46 where everthing jumps and re-arranges and all of a sudden there's a ton of new semi-colons everywhere? Are you editing and jumping the video or is VSCode doing that for you? If VS Code is doing that for you = what are you using for that?

So hard to follow because of that.

TestAccount-pmoi
Автор

At 4:06 you have Tabs but at 4:07 they've changed to ? spaces ?? ... is that jump a video edit or a VS Code plug-in?

TestAccount-pmoi
Автор

Hi Mike, could you please explain why do you have 'try...catch' block here ? Since you catch an error inside of try block, it would never go to catch block, what's the use of it then ?

souloou
Автор

I love SQLite but hosting provider only supports php or python on a MySQL database. Could this work for me?

techtaley
Автор

If you're going to include a tool like Postman in a beginner tutorial maybe you should explain a little more about it. Like "first thing you want to do is make sure you have your 'thing' set to POST" -- ummm what does that even mean? What 'thing'? Postman doesn't even show you the option until you until you click the + button which as no roll-over tool-tip and I have no idea what it is even for. You've got 'thing' pre-set in your Postman leaving us newbies struggling.

I do appreciate the video but it is not exactly easy to follow. I am staying with it because it is the only one I can find that doesn't shove 15 different dependencies at you to do the same thing. You also tell us all the dependencies up front instead of springing new dependencies on us 3/4 of the way through the video. Appreciate that. Would love the same consideration for tools like Postman!

TestAccount-pmoi
Автор

cannot set headers after they are sent to the client

antonbroos