Skip to content

shreyastambe103/FitTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FitTrack

FitTrack is a workout tracking application built with the MERN stack (MongoDB, Express, React, Node.js).

Getting Started

Follow the instructions below to set up and run the application locally.

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. Clone the Repository

    git clone https://github.com/shreyastambe103/FitTrack.git
    cd FitTrack
  2. Set Up the Backend

    • Open a terminal and navigate to the backend directory:
    cd backend
    • Install the necessary dependencies:
    npm install
    • Start the backend server:
    npm run dev
  3. Set Up the Frontend

    • Open a new terminal and navigate to the frontend directory:
    cd frontend
    • Install the necessary dependencies:
    npm install
    • Start the frontend development server:
    npm start

Usage

Once both the backend and frontend servers are running, you can access the application in your browser at http://localhost:3000.

Project Structure

  • backend/: Contains the backend code (Node.js, Express, MongoDB)
  • frontend/: Contains the frontend code (React)

Additional Information

  • Make sure your MongoDB server is running.
  • You may need to configure environment variables for your database connection and other settings.

About

Workout tracking App using MERN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors