Skip to content

VedantGitthub/Blogify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogify

A simple blogging platform built using Node.js, Express, MongoDB, EJS, and Bootstrap.


Features

  • Create and manage blog posts
  • Upload images for blog content
  • User authentication: sign up, sign in, sign out
  • Passwords hashed securely with Node’s crypto module
  • Clean, responsive UI styled with Bootstrap

Tech Stack

  • Node.js
  • Express
  • MongoDB + Mongoose
  • EJS (server-side templating)
  • Bootstrap (UI styling)
  • Multer (file uploads)
  • Crypto module for password hashing
  • Cookie-based stateful authentication

How to Run

git clone https://github.com/VedantGitthub/Blogify.git
cd Blogify
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published