A MERN (MongoDB, Express.js, React.js, Node.js) stack project that enables users to express their thoughts and interact with others through likes and comments. This project demonstrates the use of a RESTful API, frontend integration, and backend services.
- Post Thoughts: Users can share their thoughts with others.
- Like System: Users can like posts to show appreciation.
- Comment System: Engage with thoughts by adding comments.
- RESTful API: Seamlessly integrated backend services for data handling.
- Frontend: React.js, Redux
- Backend: Node.js, Express.js
- Database: MongoDB
- State Management: React Hooks
- HTTP Client: Axios
├── client
│ ├── src
│ │ ├── components
│ │ ├── pages
│ │ ├── redux
│ │ ├── services
│ │ ├── style
│ │ ├── App.js
│ │ └── index.js
├── server
│ ├── auth
│ ├── config
│ ├── controllers
│ ├── models
| ├── routes
│ └── index.js
│
└── README.md