DEV Community

Discussion on: How to add blogs to react website?

Collapse
 
karthik2265 profile image
Karhik Suryadevara

You could try mongoose for storing the data i.e blog title and blog body and use ejs(mom package) to store images, videos etc in the blog body of the data and render it to the html

Collapse
 
andrewbaisden profile image
Andrew Baisden

Yes essentially he would need to create a CRUD back-end. Check out my guide it can be adapted and turned into a blog. You would just need to add dates, a way to filter and sort etc... Creating MERN Stack Applications (2020)

Collapse
 
karthik2265 profile image
Karhik Suryadevara

yes, nice post