Skip to content

GodsonAddy/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

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

npm run dev

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.

npm install

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.