This is a modern blog application built with the MERN stack. In this application, a user is able to :
- Register with name, email and password or also with google account
- Login with email and password or also with google account
- Reset password when the "Forgot Password" link is clicked at the Login page. A link is sent to the user's email address
Once logged in, the user can go straight to the user's dashboard and be able to:
- Create a blog
- Read blogs
- Delete blogs
- Update blogs
- Get to read blog comments
- Get to see blog likes
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.