This is a blog application using frontend: react Js, redux,react -router,axios, material Ui and for backend: Node + express Js, Mongodb, bcrypt
i. New user can login and CREATE,READ,UPDATE,DELETE their blogs.ii. Login and Logout funcationality with the redux and all the data are stored in MOngodb.
iii.Fetching all the data from database using axios
iv.Relations between Collections:
a.Each User can have multiple blogs
b.Each Blogs belong to a single use