Skip to content

SankalpKokare/Blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

This project is structured into two main parts:

  • Frontend: The part of the app you see and interact with, built with React.js.
  • Backend: Handles data storage and retrieval, built with Node.js and Express.js.

Features

  • User Authentication: Sign up, log in, and log out securely.
  • Create, Read, Update, Delete (CRUD) Operations: Manage blog posts.
  • Pagination: Show a limited number of posts per page.
  • Responsive Design: Works well on different screen sizes.

Technologies Used

  • Frontend: React.js, React Router
  • Backend: Node.js, Express.js
  • Database: MongoDB (with Mongoose)
  • Authentication: JSON Web Tokens (JWT)
  • Other Libraries: bcrypt (for password hashing), Multer (for handling file uploads), etc.

image home page

image Create new Post

image Single Page view with edit option for author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published