Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.26 KB

File metadata and controls

74 lines (44 loc) · 1.26 KB

Blog-MERN 📱💻🌍

  • MERN Stack React Node MongoDB powered Blog with upvote and comment functionality!!

Getting Started

  • Installing Follow the instructions in this section to get the app setup to run on your machine.

Clone the git project to your machine (example below is using ssh)

git clone git@github.com:jm27/Blog-MERN.git

Demo

homepage

You can interact with the app and see the full functionality. Here are some of the Application features:

  • Upvote articles

  • Comment articles

  • Change articles

  • View articles

  • Home Page

  • About me Page

  • Articles list Page

Visit Demo Site

Built With

  • Mongo DB
  • Express.js
  • React.js (Hooks!)
  • Node.js
  • CSS

NPM dependencies:

  • "body-parser": "^1.19.0",
  • "express": "^4.17.1",
  • "mongodb": "^3.6.3",
  • "nodemon": "^2.0.6"
  • "react-dom": "^17.0.1",
  • "react-router-dom": "^5.2.0",
  • "react-scripts": "4.0.0",
  • "web-vitals": "^0.2.4",
  • "whatwg-fetch": "^3.5.0"

Versioning

BLOG-MERN V1.1

Authors

  • Jesus Esquer - Main Contributor - jm27

Acknowledgments

  • Thanks to Classmates, Instructors, and TA's .