Skip to content

CodeGhostX/Blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blog Web Application

The Blog Web Application is a full-stack web application that allows users to create, manage, and share blog posts. It includes advanced login and authentication features, CRUD operations for managing blog posts, and the ability to upload images.

Features

  • Advanced Login and Authentication: Secure user authentication system with features like user registration, login, logout, and password reset.
  • CRUD Operations: Create, Read, Update, and Delete operations for managing blog posts.
  • Image Upload: Users can upload images to include in their blog posts.
  • User Profiles: Each user has a profile page where their blog posts are displayed.
  • Search Functionality: Users can search for blog posts by title, category, or content.
  • Responsive Design: Mobile-friendly interface for seamless user experience across devices.

Technologies Used

  • Frontend: HTML, CSS, JavaScript, React.js
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JSON Web Tokens (JWT)
  • Image Upload: Multer (Node.js middleware)

Installation

To run the Blog Web Application locally:

  1. Clone or download this repository to your local machine.
  2. Navigate to the project directory.
  3. Install dependencies for both the frontend and backend using npm install.
  4. Set up a MongoDB database and configure the connection string in the backend.
  5. Start the backend server using npm start in the backend directory.
  6. Start the frontend development server using npm start in the frontend directory.

Usage

  1. User Authentication: Register for a new account or log in with existing credentials.
  2. Create Blog Posts: Write and publish new blog posts, including images.
  3. Edit and Delete Posts: Update or delete your existing blog posts as needed.
  4. View Other User Profiles: Explore other users' profiles and read their blog posts.
  5. Search for Blog Posts: Use the search functionality to find specific blog posts by title, category, or content.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published