Skip to content

yvrjgithub/BlogZen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

image

blogZen - A Simple Blogging Platform

Overview-
blogZen is a minimalistic blogging platform designed to provide a clean and intuitive interface for users to create and share their thoughts. This README file provides an overview of the project, its features, installation instructions, and usage.

Features

-User authentication and authorization
-Create, edit, and delete blog posts
-Commenting system
-Basic search functionality
-User profiles
-Responsive design

Technologies Used

-Frontend: React.JS,Tailwind.CSS,FlowBite.
-Backend: Node.js, Express.js, MongoDB.
Other: Git for version control

some more screenshots:

Screenshot 2024-09-19 143347 Screenshot 2024-09-19 191531

Prerequisites

-Node.js and npm: Ensure you have Node.js and npm (Node Package Manager) installed on your system. You can download them from https://nodejs.org/en

Running the Project

1.Navigate to the Project Directory:

  cd BlogZen

2.Installing Dependencies

  • Client Side
    cd front
    npm i
    • Client Side
    cd back
    npm i

3.Starting the development server

  • Client Side
    cd front
    npm start
    • Client Side
    cd back
    nodemon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published