How to Build a Blog with Node.js, Express & MongoDB - PART 1

preview_player
Показать описание

🚀🥷🏼 Subscribe to Raddy Dev's channel for more of his tutorials:

📂🥷🏼 Access the course files on GitHub:

🚀🥷🏼 Get access to all free & PREMIUM courses on Net Ninja Pro:
Рекомендации по теме
Комментарии
Автор

Thank you so much for featuring me on your channel! I had a great time making the video and I appreciate the opportunity to share it with your audience. 😊

RaddyDev
Автор

I love Raddy's tutorials because he explained clearly all packages used.

sam-jzy
Автор

perfect authors combination.

this project and same technologies are exactly what i'm learning to do on my own.

thanks alot duo.

PaschalAOgba
Автор

Congrats for the course! Just a little remark: in video #1, file app.js, line 6, the assignement of the port number should occur the other way round - const PORT = process.env.PORT || 5000, otherwise process.env.PORT will never be loaded, as 5000 is a truthy expression.

frenato
Автор

Haha just as I've completed your 2020 node blog project, you release this. I'll be going through this particularly to learn how to incorporate the editing functionality which was omitted in the other tut.

frenkiedejong
Автор

Net ninja is certainly in my head to release this when I’ve been pondering on it today

dev_franqqi
Автор

Successfully executed the 1st video.. Let's

brotherandsister
Автор

I would suggest that run following commands if you have warning such as "this version is no longer supported".

1) Upgrade all the dependencies to their latest versions: ncu - u
2) Install the updated dependencies: npm i

shaish
Автор

Now Next JS 13 App is Stable. We need a Next JS Course. Thanks Shaun.

henokr.
Автор

beautiful explanation, easy to understand and practice

jayadevpulaparty
Автор

Hi, Rad.
How do you recommend we deploy? Maybe onrender platform

lolitomafanga
Автор

Hey thanks, i finished your node, js course which was pretty old and this is a pretty new and big project to do to master everything

hunin
Автор

i really enjoyed this playlist, especially the way raddy explains pagination, i observed that he didnt write into .env file before importing it

idreesademola
Автор

Awesome video. Thanks. Please note port 5000 is used on macs. I'm using 5001.

DmitriyMalayevProfile
Автор

One suggestion is to create a crash course on the t3 stack. As it is one of the most popular tech stacks nowadays.

muhammadmusab
Автор

This seems very similar to your Node.js crash course I just finished. Is this a sort of modernized version? I'm wondering if I should've looked around your playlists first, and this is an enhanced version of Node.js crash course

SebastianTu-tdvk
Автор

Here are the shell commands you need at the start:

npm init -y

npm i bcrypt connect-mongo cookie-parser dotenv ejs express express-ejs-layouts express-session jsonwebtoken method-override mongoose

npm i -D nodemon

P.S. On Mac I was getting the "File exists" error message when attempting to install the packages, and had no luck with deleting the file. On Mac (only) sudo came to the rescue and got 'er done! - `sudo npm i --force bcrypt connect-mongo ...alltheotherpackages...`

horakbloodbow
Автор

One thing you need to add in the blog you created is malta npm if you don't upload image in your blog it doesn't look good one person told me bro you ask to add an image too I thought that's not a blog without image Image is very important. You will use mortar in this project

tumpanoman
Автор

Hi Shaun
Can you prepare indexedDB with javascript playlists ?

newvemo
Автор

Sir, is it fine to change json type to module?

charindubandaranayake