It is a Full Stack Blog Application created using MongoDB, Express and React JS.
Used Firebase Authentication for Sign-In / Sign-Up using email, password and cloudinary API for image uploads. Finally all the user data is stored inside a Mongo DB cluster.
- Users can Sign-In/ Sign-Up
- Users can post/ edit their own blogs.
- Users can delete their own blogs.
- Users can edit their own profile.
Create two separate terminal instances and migrate to
/clientand/apidirectory.Write
npm install && npm startin both the instances.