Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 898 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 898 Bytes

Apna Blog

Apna Blog is a full-stack blogging platform web application that allows users to create, read, update, and delete blog posts. The application is built using React for the frontend, Node.js and Express for the backend, MongoDB for database storage, and Redux for state management.

Backend Repo - https://github.com/TheBaljitSingh/Apna-Blog-Backend

Live - https://apnadaily-blog.netlify.app/

Table of Contents

Features

  • User authentication with JWT
  • Create, read, update, and delete blog posts
  • User-friendly interface with responsive design
  • State management using Redux
  • Secure REST API

Technologies Used

  • Frontend: React, Redux
  • Backend: Node.js, Express
  • Database: MongoDB
  • Authentication: JWT (JSON Web Tokens)

Contributing

  • Contributions are welcome!