LifeShare is a MERN stack project that allows users to create, view, edit, and delete posts with images and tags. This full-stack web application uses MongoDB, Express.js, React.js, and Node.js to manage posts efficiently.
- 📌 Create and store posts
- 🖼️ Upload images for each post
- ✏️ Edit and update existing post
- 🗑️ Delete post
- 🏷️ Categorize posts with tags
- 🔍 Search for posts based on keywords
- Frontend: React.js, Redux, Axios
- Backend: Node.js, Express.js, Mongoose
- Database: MongoDB
git clone <repository-URL>
cd memoriescd server
npm installcd client
npm installCreate a .env file in the server directory and add:
PORT=5000
CONNECTION_URL=your_mongodb_connection_string
cd server
npm startcd client
npm start- Open
http://localhost:3000in your browser. - Create, edit, and delete memories easily.