Skip to content

pizzadogsquared/bloghog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogHog

BlogHog is a web-based blog platform that allows users to create, edit, and post content, including pictures and text, within specific interest categories.

Features

  • Create and Edit Posts: Easily write and format blog posts.
  • Image Integration: Include pictures in your posts to make them more engaging.
  • Interest Categories: Organize and browse posts by specific interests, authors, tags, etc.

Images

alt text alt text alt text alt text alt text

Project Information

This project was developed for the CS312 course at Northern Arizona University.

Main Contributors

  • Elijah Sprouse
  • Matthew Gardner

Getting Started

Prerequisites:

  • Node.js: Install Node 20+ and npm.
  • MongoDB: Run a local MongoDB instance (default connection: mongodb://127.0.0.1:27017/bloghogDB).

Install and Run:

  • Server:
cd server
npm i
npm run dev
  • Client:
cd client
npm i
npm run dev

Open localhost:5173.

About

This is a fork of a collaborative project using the MERN stack that I (ebs233) created with Matthew Gardner (meg546).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.2%
  • CSS 4.5%
  • HTML 1.3%