Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.49 KB

File metadata and controls

51 lines (35 loc) · 1.49 KB

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.