Skip to content

## Description Blogify is a web application that allows users to create, read, update, and delete blog posts. Users can sign up, sign in, and comment on blog posts. The application uses Node.js, Express, MongoDB, and EJS for server-side rendering. It includes features such as user authentication, dark mode toggle, and a clean, responsive UI.

Notifications You must be signed in to change notification settings

adityavyas01/Blogify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogify

Description

Blogify is a web application that allows users to create, read, update, and delete blog posts. Users can sign up, sign in, and comment on blog posts. The application uses Node.js, Express, MongoDB, and EJS for server-side rendering.

Installation

Follow these steps to get the development environment running.

# Clone the repository
git clone https://github.com/yourusername/blogify.git

# Navigate to the project directory
cd blogify

# Install dependencies
npm install

# Create a .env file and add your MongoDB URL and PORT
echo "MONGO_URL=mongodb://localhost:27017/blogify" > .env
echo "PORT=8000" >> .env

# Start the application
npm start

Contributing Guidelines for contributing to the project.

Fork the repository Create a new branch (git checkout -b feature-branch) Commit your changes (git commit -m 'Add some feature') Push to the branch (git push origin feature-branch) Open a Pull Request

Contact Adi - adityavyas670@gmail.com

Project Link: https://github.com/adityavyas01/Blogify

About

## Description Blogify is a web application that allows users to create, read, update, and delete blog posts. Users can sign up, sign in, and comment on blog posts. The application uses Node.js, Express, MongoDB, and EJS for server-side rendering. It includes features such as user authentication, dark mode toggle, and a clean, responsive UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published