DEV Community

Tashyn Wallace
Tashyn Wallace

Posted on • Updated on

 

CRUD Blog App (with comments) developed with MERN

Code (frontend): https://github.com/tashynw/CRUD-Blog-App-with-MERN-stack
VIDEO PREVIEW: https://youtu.be/OPkDmNmmfys

A full stack CRUD Blog app (with commenting logic) made with the MERN stack. Users must sign in by creating an account to access the website. Users can create posts, read other users' posts, edit their posts, delete their posts and even add and remove their comments to posts. The site obviously encrypts passwords etc and was designed using stock CSS

Check it out: https://tashyn-blog2.netlify.app

Top comments (0)

Visualizing Promises and Async/Await πŸ€“

async await

☝️ Check out this all-time classic DEV post on visualizing Promises and Async/Await πŸ€“