-
Full-stack blog app using the MERN stack (MongoDB, React JS, Node JS).
-
The app includes functionalities such as registration, login, logout, creating, editing, and deleting posts.
-
It covers topics like password hashing, token generation, file uploading, and handling different user roles.
Clone the project
git clone https://github.com/luckykumar22/MERN-BLOG-APP.git
cd client
Install dependencies
npm install
Start the server
npm run dev
cd server
Install dependencies
npm install
Start the server
npm start
make changes in the mongoose config