This project is a fitness-focused social media platform where users can share their workout routines, meal plans, and fitness progress. It allows users to interact, post updates, share workout and meal plans, and comment on each other's posts. This is built using the MERN stack (MongoDB, Express, React, and Node.js).
- Fitness Post Management
- Current Workout Status Update
- Workout Plan Sharing
- Meal Plan Sharing
- User Registration and Authentication
- Commenting, Following, and Notifications
-
npm install MONGO_URI=mongodb://localhost:27017/fitnessApp PORT=5000 JWT_SECRET=your_jwt_secret
-
cd ../frontend
-
npm install
-
npm start
Make sure you have the following installed on your local development environment: