Node Projects  - Task Manager API

Node Projects - Task Manager API

Coding Addict

3 года назад

106,860 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@duechilidance5388
@duechilidance5388 - 12.08.2021 16:30

thank you

Ответить
@anuoluwapodavid476
@anuoluwapodavid476 - 15.08.2021 02:43

Hi John..Thanks so much for the content..My browser isn’t bringing out the data..I mean on the front end..could it be because of the axious js??and how can I solve it??I also checked the dev tools..it’s saying the message port is closed before the response was received

Ответить
@simba4572
@simba4572 - 17.08.2021 19:08

i thought this was something like a process task manager

Ответить
@nagabhushanr5599
@nagabhushanr5599 - 18.08.2021 15:07

more nodejs project with auth and other features please

Ответить
@makemoneyonline1203
@makemoneyonline1203 - 30.08.2021 19:45

Hello sir, I buyed your react js, gatsby js, node js cources on udemy, need Bunch of Mern Stack projects on Udemy I am waiting for your Mern app cources....

Ответить
@victormungai
@victormungai - 10.09.2021 14:39

I completed this tutorial then went ahead to supplement it with other materials. It(The tutorial) has taught me to hate bad design seeing as to how it can make a dev's work harder.
Good code design is very important and it is something I strive towards. Thanks @Coding Addict for the great insights...

Ответить
@prudhvichinnam1488
@prudhvichinnam1488 - 19.09.2021 12:57

Mongodb tutorials want please

Ответить
@MetaBlueAvatar
@MetaBlueAvatar - 24.09.2021 10:25

Does anyone see the word Database instead of Cluster everywhere on the Atlas MongoDB console?

Ответить
@anshulparik1916
@anshulparik1916 - 30.09.2021 07:34

Why we are using return keyword to return responses in all middlewares except notFound ?

Ответить
@KT-ni4lq
@KT-ni4lq - 24.10.2021 04:15

Is this worth watching if I'm already going thru the node.js and express.js full course on code academy?

Ответить
@RenukaRaman
@RenukaRaman - 12.11.2021 20:57

Hi guys !!. 03-Task-Manage-api by John Smilga is a nice learning experience for me. Thnx John

Ответить
@commanderovoke1928
@commanderovoke1928 - 21.11.2021 21:33

Pls sir am really new to programming...i don't know if there is a difference building web backend and building web API?

Ответить
@ankitaburman5406
@ankitaburman5406 - 23.11.2021 23:42

Hi John, Instead of setting up the mongo db in cloud , can we run mongo db in our local machine?

Ответить
@maelstrom57
@maelstrom57 - 16.12.2021 09:09

This was instructive, thanks a lot. For some reason the async wrapper doesn't seem to catch errors from Mongoose like when you try to add a task with no name. In my case the app just crashes so I still have to use a try-catch block in my controller functions.

Ответить
@synthc1786
@synthc1786 - 28.12.2021 22:11

Awesome Thank u so much from Lima Peru

Ответить
@abhinagarkoti8681
@abhinagarkoti8681 - 10.01.2022 14:48

give me the links of all parts of this series please..............

Ответить
@benyamin4634
@benyamin4634 - 14.01.2022 08:45

thanks for these videos :)

Ответить
@fezilempaka2337
@fezilempaka2337 - 18.01.2022 19:50

thanks for the tutorial enjoyed it, but it seems i have a little problem my app is not showing the tasks instead it says
"There Was An Error, Please Try Later....", what could be the problem?

Ответить
@mahioocode
@mahioocode - 16.03.2022 15:50

Does this project or Architechture followed MVC pattern?

Ответить
@shaheryarkhan2816
@shaheryarkhan2816 - 19.03.2022 12:39

for post request, JSON object returns an empty body. Have tried everything, can someone help me with that ?

Ответить
@EliasKibret
@EliasKibret - 30.04.2022 14:58

Not bad Not bad , I really enjoy this course , ...let me add some gibberish shake-and-bake lol

Ответить
@johnpaulopantaleon9521
@johnpaulopantaleon9521 - 02.05.2022 14:33

bro what node js do to your pc pls answer

Ответить
@elco7956
@elco7956 - 31.05.2022 17:41

I will save someone an hour or so by writing this comment. Nodemon does not update .env files, if you change something in your .env file you need to restart the server. This is why your database name will be the default "test" after you add the name in the .env file.

Ответить
@asadmehmood3518
@asadmehmood3518 - 05.06.2022 08:18

Thank you very much for such a great tutorial!!

Ответить
@spencerwennermark6617
@spencerwennermark6617 - 16.07.2022 14:52

I don't know if this will make sense or not, but will you ever release video tutorials on projects like this where you create them from scratch and then build them with the final version of the syntax? What i mean is instead of teaching the try and catch methods and then going back to change them to make the code cleaner would you ever teach with out the different methods and just show the final methods used?

I understand the reason you are doing so in this video and the importance of understanding how the code works. Personally for me the way my brain understands things is through knowing the goal and then learning one way to arrive at a solution and when I see multiple solutions it actually makes it much more difficult because then when I recall the information to create a solution my brain combines all of them into one and i never know what i need and what i don't and what I am missing.

I don't know if its just a me thing or not. I'd personally appreciate learning one way that I can always rely on and then once I've learned it attempt other solutions. As a brand new individual learning node and express you have done a phenomenal job with this series so far and Ive been able to follow and understand what is happening as well as recreating it locally. while I learned a lot I am struggling with actually being able to recall anything on my own to recreate this project without help from the video because so many different ways were covered to complete each section and I'm left confused.

Maybe you can offer some insight on having a different perspective about this that will allow me to better understand how to process this information that makes more sense to me.

Thanks!

Ответить
@d.a.m.67
@d.a.m.67 - 10.08.2022 22:27

It was amazing, but why in my task maneger application the id not sended in req.params in URL ? so i cant update tasks

Ответить
@mugenphan1910
@mugenphan1910 - 16.08.2022 12:14

idk what i'm missing here but at custom error handler part, why does 'errorHandlerMiddleware' is getting passed as next instead of 'notFound' , to the controller function call?

Ответить
@jacerchetoui709
@jacerchetoui709 - 02.09.2022 14:21

John! Man, you are a true LEGEND, Thank you so much <3

Ответить
@paz1359
@paz1359 - 17.11.2022 20:14

Hi Sir, can you please add thank you button to your videos?

Ответить
@riajhasanpranto282
@riajhasanpranto282 - 16.12.2022 06:26

thank you

Ответить
@franciskinyuru3459
@franciskinyuru3459 - 26.01.2023 08:34

Many Thanks Coding Addict now i am gainig momemt on node and express. I am really greatful thanks for the great tutorials.

Ответить
@classicalfandom8219
@classicalfandom8219 - 06.02.2023 15:31

the error handling bits at the end are bit confusing but I don't think there's a need to necessarily do it.

Ответить
@rifkymol
@rifkymol - 15.03.2023 06:19

might be late to ask but where can i find the front end tutorial ?

Ответить
@isurumaldeniya9536
@isurumaldeniya9536 - 05.05.2023 15:49

Thank you a lot. I learn a lot

Ответить
@JackCollier-o2o
@JackCollier-o2o - 06.05.2023 20:05

Error handling is really confusing

Ответить
@ashish2438
@ashish2438 - 18.05.2023 14:53

how can we host this on any free platform

Ответить
@NurioonSoftware
@NurioonSoftware - 27.08.2023 20:41

When i came at the errors part, my brain gave error 😅 i think i will have to watch this part a few more times

Ответить
@abhijit_sarker
@abhijit_sarker - 28.11.2023 16:19

how did you host this project?

Ответить
@EngineerWaleed-nh6mu
@EngineerWaleed-nh6mu - 20.01.2024 21:02

is John using Rest Apis in this course?

Ответить
@user121304
@user121304 - 13.02.2024 04:25

where is the link to the first part?

Ответить
@ahmedbenchrouda636
@ahmedbenchrouda636 - 02.09.2024 11:45

thx john

Ответить
@CodingAddict
@CodingAddict - 14.06.2021 19:59

Hey Guys, you can find timeline in the description.

Ответить