MERN Blog App Client

Blog app with CRUD operations. User can login/register using credentials. Update user account. Delete user account. Upload profile picture. Create a blog post. Edit the post. Delete the post.

Tech Stack

Client: React, Context API

Server: Node, Express

Database: MongoDB

Acknowledgements

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Client Side

Get the client side code

Frontend repo