thank you for your tutorials i have a question :- if i want to make update button and when i click it it will edit the sentence that i put it in the to do list how can i do that please
as mentioned in the video, provide these middlewares as shown in the tutorial app.use(express.urlencoded({extended: true}); app.use(express.static("public")) app.use() accepts middleware (function) as an argument. If you are unsure about what middlewares are you should definitely read docs regarding it :)
@@CodeWithSajjan thanks brother, maile vid x2 ma herdai thea ani kina eso gareko hola sochdai thea. bro vid ma ne explain gareko rexa. maile chai object ho ke vandai feri confused vae ra. thanks for the vid and great info Sajjan
the only thing that you've to create is a patch route in express (in your backend) and simply send the request to that route... and the rest logic are handled in the backend. 🙌
App work, but you named most code as Todo, todo , even files just todo.js ... easily anyone gets lost , please nameThings , NameThingsLikeThat, long name is better, thanks
😂yup bro ... Make sure you watch my blog series i've named proper names in that series. I know you will love that series...🙂 Btw thanks for the suggestion
If you want to download the source code of the project link the download link is given in the description! ♥ Make Sure to share this tutorial !
your channel intro is super smooth and goes to the music, and then it gets to the actual channel logo and it looks like a PowerPoint transition
Haha yes ik 😂🤣 will improve in the future 🤣🤣🤣🤣🤣
This is probably the best tutorial u need
Thanks ❤️🔥
Bro while deplying your code on herko it is hsowing application error on heroku after deplyong
YOU SAVED ME THANK YOU FOR EXISTING THANKS THANKS THANKS
Happy to help! ❤️
thank you, i just finished it successfully
Great 😄
Nice Guy, never wastes your time!
Thanks buddy, I am learning big.
I like the outro Music btw.
Glad you like it
thank you for your tutorials i have a question :- if i want to make update button and when i click it it will edit the sentence that i put it in the to do list how can i do that please
You can watch this video to get an idea
ua-cam.com/video/mDJRjCS1SMY/v-deo.html
TypeError: app.use() requires a middleware function how to get rid of this error
as mentioned in the video, provide these middlewares as shown in the tutorial
app.use(express.urlencoded({extended: true});
app.use(express.static("public"))
app.use() accepts middleware (function) as an argument. If you are unsure about what middlewares are you should definitely read docs regarding it :)
legend saved my bachelor's
😂💛bro code 101
Hey, I tried the mongod command but it actually doesn't work, it says that the command isn't recognized!
set the mongodb installation bin path to your environment variable
Pls tell how to deploy your code on heroku
Hey 👋
Why did u use const {todo} = req.body
Can plz explain the {todo } part
const { todo } = req.body;
Is same as getting the data by using this method
const todo = req.body.todo;
This is called destructuring!
@@CodeWithSajjan thanks brother, maile vid x2 ma herdai thea ani kina eso gareko hola sochdai thea. bro vid ma ne explain gareko rexa. maile chai object ho ke vandai feri confused vae ra. thanks for the vid and great info Sajjan
@@ro7an636 thanks 😄💙
please add how to setup registration facility
You are refreshing page every time when you add or delete todo. It should't work like that.
Well for the sake of complexity, I didn't try to create a mock state handler... Afterall this was a nodejs and express js tutorial
This was very helpful!!! Good JOB
Glad it was helpful!
Superb ❤, You are Excellent Programmer.....🔥🔥
Thank u❤️😁
Awesome
Thanks 💙
Awesome bro. Keep on
Thanks
Hey! Bootstrap is not working here :/
Hey,
you can try other libraries or you can just use the version of the bootstrap that i used in this video, it should work ig. :) hope it helps!
How to be update todo with patch method
the only thing that you've to create is a patch route in express (in your backend) and simply send the request to that route... and the rest logic are handled in the backend. 🙌
great video! thanks
You're welcome 🔥
App work, but you named most code as Todo, todo , even files just todo.js ... easily anyone gets lost , please nameThings , NameThingsLikeThat, long name is better, thanks
😂yup bro ... Make sure you watch my blog series i've named proper names in that series. I know you will love that series...🙂 Btw thanks for the suggestion
Great one!!
Did you delete Todo.js that you first created for mongoose? 5:18
No, I did not.
its a good tutorial. thanks for posting
Thanks
bhai awesome
Thanks
Tqs a lot ❤
Thank you too
Can u pls explain and type... U did fastly... i Can't understand
I will but in upcoming videos
Joined!
Not able to access the source code, can you please update it on Github and share
Thanks! I've updated the link please check out :)
@@CodeWithSajjanCan you update the code, it’s not working thanks
Check description @@RoselandeWoods1
yeh mongo likhna hau ki mongod ekdm starting mein
Mongod for starting mongodb local server
@@CodeWithSajjan it is showing mongod is not recognised when type mongod on command prompt
@@pagidimarriharini6519 you must add mongod executable in windows path environment variables.
@@CodeWithSajjan nodemon app is continuously crashing after every edit in html and reloading..what to do
this code is not work properly 😡😡😡😡😡😡😡there have no prober description
it works if you know how to run it.
app get crash
instagram.com/sajjan_404
if you need any help ping me here.
bro pls reply
Yes ?
@@CodeWithSajjan bhai todo koa particular user keliye kese save kare
@@CodeWithSajjan matlab user A ka todo alag userB ka alag
@@user-rb1ek7gx9r you need to add authentication and login system if you want such features! and work with relations
@@CodeWithSajjan yeah i have added if user is authenticated thrn it redirect to profile page other wise not
need help
Yes! Reach me here @_thisissajjan_ on IG.
Or karnaa787@gmail.com
@@CodeWithSajjan how to be update to do with patch method