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.
- React,
- Redux,
- JavaScript
- Chakra UI,
- express,
- mongodb...
- 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.
https://creative-raindrop-ba1a4e.netlify.app/
- clone it
- Install node_modules
npm i
- start it
npm run start