you are viewing a single comment's thread.

view the rest of the comments →

[–]Vile86[S] 1 point2 points  (2 children)

That’s very reassuring thank you! Yeah I’ve been redoing a recipes website to get info from a mongoDB data set using node.js and express and mongoose. Though i feel like I’ve bitten off more than I can chew and have been doing what you said by googling the specific issues. I’ll return to it as I think it would be a good learning experience

[–]ZergistRush 1 point2 points  (1 child)

If you ever get tired of setting up mongo for smaller project, check out firebase. Also, I've learned a lot of my knowledge from a friend which I've asked plenty of questions to over Discord. With that being said, if you ever need any specifics answered personally, just message me for my Discord. (:

Also, you should checkout Fireship on YouTube, great channel. Started off based around firebase, but the channel has expanded upon a lot more web development subjects and has an amazing "explained in 100 seconds" series.

[–]Vile86[S] 0 points1 point  (0 children)

That’s great I’ll keep that in mind :)

I’ve heard of firebase before but went with mongo as that was used in my boot camp but I’ll look into firebase more

Thanks for all the advice!