Skip to content

Fullstack blog app made using React.js, Node.js Express, MongoDB Atlas with JWT enabled to securely transfer information

Notifications You must be signed in to change notification settings

ayushkr7/mern-blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

mern-blog-app


Demo


Getting the app started

Starting the server

  • Enter api directory
  • Run npm i cors mongoose jsonwebtoken multer cookie-parser bycryptjs nodemon
  • Run nodemon index.js
  • Server is now running on http://localhost:8000/

Starting the web app

  • Enter the client directory
  • Run npm i
  • Run npm start
  • App is now running on http://localhost:3000/

Test Login Credential

  • Username: test2
  • Password: 1234
  • Note: Database is in read-only mode so creating new user, posr or updating post won't work

About

Fullstack blog app made using React.js, Node.js Express, MongoDB Atlas with JWT enabled to securely transfer information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published