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.
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 startContributing 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