Skip to content

reuben21/Blogging-App

Repository files navigation

A Blogging App made using React.js for frontend and backend for Node.js.


  1. In this Project I Learned how to create the Backend for a blogging framework in Node Js. The Database used is a NoSQl Database which is Mongo DB. The Frontend made in React JS was made by my course instructor.

The Backend Features Implemented were :

  • Some of the Packages used were:
    • Multer for storing images statically
    • Bcryptjs for storing the hashed password
    • Express Validator for validating the data
    • Socker IO for establishing a connection to send and receive posts live

Creating A Post
Creating.a.Post.mp4

Editing A Post
Editing.a.Post.mp4

Deleting A Post
Deleting.a.Post.mp4