Skip to content

# Blog - Sample Blog Post Application This project is a sample blog post application built using the MERN (MongoDB, Express.js, React.js, and Node.js) stack. It also incorporates modern tools and libraries such as Redux Toolkit, React Query, and Material UI or Tailwind CSS. ## Features - Create, read, update, and delete blog posts. - State manage

Notifications You must be signed in to change notification settings

shivrajkhetri7/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blog - Sample Blog Post Application

This project is a sample blog post application built using the MERN (MongoDB, Express.js, React.js, and Node.js) stack. It also incorporates modern tools and libraries such as Redux Toolkit, React Query, and Material UI or Tailwind CSS.

Features

  • Create, read, update, and delete blog posts.
  • State management with Redux Toolkit.
  • Optimized data fetching with React Query.
  • Styled using Material UI or Tailwind CSS.

Folder Structure

root/
|
|-- client/      # React.js (Frontend)
|-- server/      # Express.js & Node.js (Backend)

Client - React.js

The frontend of the application is built using React.js and styled using Material UI or Tailwind CSS. It also leverages Redux Toolkit for state management and React Query for data synchronization.

Scripts

  • Start the client: npm start

Server - Express.js & Node.js

The backend of the application is built with Express.js and Node.js, providing RESTful APIs for managing blog posts.

Scripts

  • Start the server: npm run start:dev

Contributing

We welcome contributions to improve the application! Below are the current contributors:

Contributors

  1. Shivraj Khetri - Backend Developer
  2. Vyshak Hari Kumar - Frontend Developer

Feel free to reach out to the contributors for any questions or suggestions.

How to Contribute

  1. Fork the repository.
  2. Clone your forked repository.
  3. Make the necessary changes and commit them.
  4. Push the changes to your forked repository.
  5. Create a pull request with a detailed description of the changes.

Thank you for contributing and helping us build this application!

About

# Blog - Sample Blog Post Application This project is a sample blog post application built using the MERN (MongoDB, Express.js, React.js, and Node.js) stack. It also incorporates modern tools and libraries such as Redux Toolkit, React Query, and Material UI or Tailwind CSS. ## Features - Create, read, update, and delete blog posts. - State manage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published