Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.18 KB

File metadata and controls

49 lines (32 loc) · 1.18 KB

Fitness Social Media Platform

Project Overview

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).

Features

  • Fitness Post Management
  • Current Workout Status Update
  • Workout Plan Sharing
  • Meal Plan Sharing
  • User Registration and Authentication
  • Commenting, Following, and Notifications

Table of Contents


Installation

  1. npm install MONGO_URI=mongodb://localhost:27017/fitnessApp PORT=5000 JWT_SECRET=your_jwt_secret

  2. cd ../frontend

  3. npm install

  4. npm start

Prerequisites

Make sure you have the following installed on your local development environment: