BlogHog is a web-based blog platform that allows users to create, edit, and post content, including pictures and text, within specific interest categories.
- 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.
This project was developed for the CS312 course at Northern Arizona University.
- Elijah Sprouse
- Matthew Gardner
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 devOpen localhost:5173.




