Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.2 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.2 KB

Description 📃

This is mini-blog web application Where user can see all the blogs from our website and the members of our website can upload and delete their blogs.

Tools 💻

  • React,
  • Redux,
  • JavaScript
  • Chakra UI,
  • express,
  • mongodb...

Features ✨

  • User can Login and Signup.(Used JWT Authentication)
  • Member of our website can upload blog and delete blog. (Used RBAC)
  • Members can add image to there blog.
  • All the blogs from all members are shown on homepage so all users can see all blogs.

Link 🔗

https://creative-raindrop-ba1a4e.netlify.app/

How to run locally ?

  1. clone it
  2. Install node_modules
     npm i
    
  3. start it
    npm run start
    

Screenshots 📸

Signup/Login

homepage

All Blogs Page

blogs

Upload Blog Page

signup