ZomFeed is a full-stack social feed application for food lovers, blending the experience of social networking with restaurant discovery.
Users can share their food moments, discover trending dishes, and connect with fellow food enthusiasts.
- 🔐 User Authentication — Secure JWT-based login and registration.
- 📰 Social Feed — A dynamic feed showing user posts and activities.
- ✍️ Post Management — Create, edit, or delete posts.
- ❤️ Likes & Comments — Interact with others through likes and comments.
- 👤 User Profiles — Explore user profiles and posts.
- 📱 Responsive Design — Fully optimized for mobile and desktop devices.
| Layer | Technologies |
|---|---|
| Frontend | React, Redux Toolkit, Tailwind CSS |
| Backend | Node.js, Express.js |
| Database | MongoDB |
| Authentication | JSON Web Tokens (JWT) |
ZomFeed/ │ ├── backend/ # Express.js server & API ├── frontend/ # React.js client application └── README.md # Root documentation
- Each folder includes its own detailed setup instructions.
- Node.js (v14 or higher)
- npm (or yarn)
- MongoDB (local or cloud instance)
git clone https://github.com/imjayjoshi/ZomFeed.git
cd ZomFeedcd backend
npm install
# (Complete additional setup as per backend/README.md)
npm start