Skip to content

Latest commit

 

History

History
executable file
·
39 lines (27 loc) · 898 Bytes

README.md

File metadata and controls

executable file
·
39 lines (27 loc) · 898 Bytes

MERN Blog App

Overview

A full stack MERN blog application. Allows users to post events that happened in their lives or topics of interest.

Key Topics

Built using modern technologies:

  • ReactJS
  • NodeJS
  • ExpressJS
  • MongoDB
  • Material UI
  • Google Auth
  • CRUD

Features

  • Pagination
  • Search and Filtering Capabilities
  • Detailed Pages
  • Authentication
  • Comment and Save Post Functionality

Getting Started

  1. Clone this repository (e.g., using create-react-app)

    npx create-react-app -e https://github.com/jerico-esguerra/MERN-blog project-name

  2. Create .env file containing your own variables (reference .env.example)

  3. Run locally: npm run start

Deployment

  1. A service like Netlify can be used to deploy the client
  2. Heroku Render can be used to deploy the server.

© 2023 Jerico Esguerra. All Rights Reserved.